You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'If you want to use a custom docker image, please specify it here (default: leave blank).')
958
958
string(
959
-
name: 'ROCMVERSION',
959
+
name: 'ROCMVERSION',
960
960
defaultValue: '6.4.1',
961
961
description: 'Specify which ROCM version to use: 6.4.1 (default).')
962
962
string(
963
-
name: 'COMPILER_VERSION',
964
-
defaultValue: '',
963
+
name: 'COMPILER_VERSION',
964
+
defaultValue: '',
965
965
description: 'Specify which version of compiler to use: release, amd-staging, amd-mainline, or leave blank (default).')
966
966
string(
967
-
name: 'COMPILER_COMMIT',
968
-
defaultValue: '',
967
+
name: 'COMPILER_COMMIT',
968
+
defaultValue: '',
969
969
description: 'Specify which commit of compiler branch to use: leave blank to use the latest commit (default), or use some specific commit of llvm-project branch.')
970
970
string(
971
-
name: 'BUILD_COMPILER',
972
-
defaultValue: '/opt/rocm/llvm/bin/clang++',
971
+
name: 'BUILD_COMPILER',
972
+
defaultValue: '/opt/rocm/llvm/bin/clang++',
973
973
description: 'Build CK with /opt/rocm/bin/hipcc, /llvm-project/build/bin/clang++, or with /opt/rocm/llvm/bin/clang++ (default).')
0 commit comments