diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp index dbc2e2cb8f..9647c3690d 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp @@ -1421,7 +1421,11 @@ hsa_status_t Runtime::Load() { // Assume features are not supported if parse CPUID fails if (!os::ParseCpuID(&cpuinfo)) { - fprintf(stderr, "Failed to parse CPUID\n"); + /* + * This is not a failure, in some environments such as SRIOV, not all CPUID info is + * exposed inside the guest + */ + debug_warning("Parsing CPUID failed."); } flag_.Refresh();