4 lines
162 B
INI
4 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))
|