We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37bef7 commit 2c7cc34Copy full SHA for 2c7cc34
1 file changed
easybuild/toolchains/compiler/rocm_compilers.py
@@ -36,12 +36,12 @@
36
from easybuild.tools.toolchain.toolchain import SYSTEM_TOOLCHAIN_NAME
37
from easybuild.tools.toolchain.compiler import LLVMCompilers
38
39
-TC_CONSTANT_LLVM = "ROCm"
+TC_CONSTANT_ROCM = "ROCm"
40
41
42
class ROCmCompilers(LLVMCompilers):
43
"""Compiler toolchain with ROCm compilers (amdclang/amdflang)."""
44
- COMPILER_FAMILY = TC_CONSTANT_LLVM
+ COMPILER_FAMILY = TC_CONSTANT_ROCM
45
SUBTOOLCHAIN = SYSTEM_TOOLCHAIN_NAME
46
47
COMPILER_CC = 'amdclang'
0 commit comments