Bugfix/hsakmt-roct: use correct version for rocm-core and llvm-amdgpu (#45817)

This commit is contained in:
Tamara Dahlgren 2024-08-26 07:14:20 -07:00 committed by GitHub
parent fdfb4e9893
commit 199653dd31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ class HsakmtRoct(CMakePackage):
"6.0.2",
"6.1.0",
"6.1.1",
"6.1.0",
"6.1.2",
]:
depends_on(f"rocm-core@{ver}", when=f"@{ver}")
depends_on(f"llvm-amdgpu@{ver}", type="test", when=f"@{ver}")