1if not config.enable_rocm_runner or not config.rocm_test_chipset: 2 config.unsupported = True 3 4config.substitutions.append(("%chip", config.rocm_test_chipset)) 5
1if not config.enable_rocm_runner or not config.rocm_test_chipset: 2 config.unsupported = True 3 4config.substitutions.append(("%chip", config.rocm_test_chipset)) 5