1config.unsupported = False 2if not config.enable_cuda_runner or not config.mlir_run_cuda_sm90_tests: 3 config.unsupported = True 4
1config.unsupported = False 2if not config.enable_cuda_runner or not config.mlir_run_cuda_sm90_tests: 3 config.unsupported = True 4