xref: /llvm-project/mlir/test/Integration/GPU/ROCM/lit.local.cfg (revision f9008e6366c2496b1ca1785b891d5578174ad63e)
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