Remove thread safe only mutex warning message

In multiple GPUs environment, too many warning messages generated,
and then need to be removed.

Change-Id: I275de2397eb0e6b189e2e17e94335cb1e8f97815
This commit is contained in:
Bill(Shuzhou) Liu
2024-05-02 11:09:57 -05:00
والد c425848141
کامیت 3d82f1799d
-1
مشاهده پرونده
@@ -141,7 +141,6 @@ shared_mutex_t shared_mutex_init(const char *name, mode_t mode, bool retried) {
amd::smi::RocmSMI& smi = amd::smi::RocmSMI::getInstance();
if (GetEnvVarUInteger(THREAD_ONLY_ENV_VAR) == 1 || smi.is_thread_only_mutex()) {
fprintf(stderr, "rocm-smi: using thread safe only mutex\n");
return init_thread_safe_only(name);
}