We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1e65f commit 79046daCopy full SHA for 79046da
hpctestlib/microbenchmarks/gpu/gpu_burn.py
@@ -52,9 +52,9 @@ def setup_build(self):
52
53
if self.gpu_build is None:
54
# Try to set the build type from the partition features
55
- if 'cuda' in curr_part.features:
+ if 'cuda' in curr_env.features:
56
self.gpu_build = 'cuda'
57
- elif 'hip' in curr_part.features:
+ elif 'hip' in curr_env.features:
58
self.gpu_build = 'hip'
59
60
gpu_devices = curr_part.select_devices('gpu')
0 commit comments