We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88e933 commit 168849dCopy full SHA for 168849d
cscs-checks/prgenv/hip/build_hip.py
@@ -21,6 +21,7 @@ class BuildHip(rfm.RegressionTest):
21
valid_prog_environs = ['PrgEnv-gnu']
22
sourcesdir = 'https://github.com/ROCm-Developer-Tools/HIP.git'
23
build_system = 'CMake'
24
+ prebuild_cmds = ['git checkout main']
25
postbuild_cmds = ['make install']
26
executable = f'{hip_path}/bin/hipcc'
27
executable_opts = ['--version']
0 commit comments