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 fcc85f1 commit 4af19e3Copy full SHA for 4af19e3
test/framework/easyconfig.py
@@ -5140,7 +5140,7 @@ def test_get_cuda_cc_template_value(self):
5140
for key, expected in cuda_template_values.items():
5141
self.assertEqual(ec.get_cuda_cc_template_value(key), expected)
5142
5143
- def test_get_amgcn_cc_template_value(self):
+ def test_get_amdgcn_cc_template_value(self):
5144
"""
5145
Test getting template value based on --amdgcn-capabilities / amdgcn_capabilities.
5146
0 commit comments