Fix compilation failure in amd-smi 26.0.0 (#223)
- The parameter "year" was removed from amdsmi_version_t. - For SWDEV-535858, SWDEV-535870
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
13f315a65d
Коммит
650827c5ea
@@ -463,9 +463,8 @@ setup()
|
||||
}
|
||||
|
||||
amdsmi_version_t _version = get_version();
|
||||
ROCPROFSYS_VERBOSE_F(0, "AMD SMI version: %u.%u.%u.%u - str: %s.\n", _version.year,
|
||||
_version.major, _version.minor, _version.release,
|
||||
_version.build);
|
||||
ROCPROFSYS_VERBOSE_F(0, "AMD SMI version: %u.%u.%u - str: %s.\n", _version.major,
|
||||
_version.minor, _version.release, _version.build);
|
||||
|
||||
data::device_count = gpu::get_processor_count();
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user