[PATCH] D76628: [MLIR] Remove guard for registerTestConvertGPUKernelToCubinPass() def.

Alexander Belyaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 23 10:21:42 PDT 2020


pifon2a created this revision.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, csigg, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini, dexonsmith, steven_wu, hiraditya, inglorion.
Herald added a reviewer: herhut.
Herald added a project: LLVM.
pifon2a edited reviewers, added: bkramer; removed: herhut.
Herald added a reviewer: herhut.
pifon2a abandoned this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76628

Files:
  mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp


Index: mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp
===================================================================
--- mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp
+++ 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76628.252088.patch
Type: text/x-patch
Size: 548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200323/54d64fd7/attachment.bin>


More information about the llvm-commits mailing list