diff --git a/mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp b/mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp --- a/mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp +++ b/mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp @@ -20,7 +20,6 @@ } } // end anonymous namespace -#if MLIR_CUDA_CONVERSIONS_ENABLED namespace mlir { void registerTestConvertGPUKernelToCubinPass() { PassPipelineRegistration<>("test-kernel-to-cubin", @@ -31,4 +30,3 @@ }); } } // namespace mlir -#endif