5 lines
162 B
INI
5 lines
162 B
INI
|
if not config.enable_rocm_runner or not config.rocm_test_chipset:
|
||
|
config.unsupported = True
|
||
|
|
||
|
config.substitutions.append(("%chip", config.rocm_test_chipset))
|