[Mlir-commits] [mlir] [mlir][gpu] Move test-lower-to-nvvm to InitAllPasses.h (PR #75775)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Dec 18 01:30:04 PST 2023


================
@@ -164,14 +163,14 @@ void buildLowerToNVVMPassPipeline(OpPassManager &pm,
 } // namespace
 
 namespace mlir {
-namespace test {
-void registerTestLowerToNVVM() {
-  PassPipelineRegistration<TestLowerToNVVMOptions>(
-      "test-lower-to-nvvm",
+namespace gpu {
+void registerGPUToNVVMPipeline() {
+  PassPipelineRegistration<GPUToNVVMPipelineOptions>(
+      "gpu-lower-to-nvvm",
       "An example of pipeline to lower the main dialects (arith, linalg, "
----------------
ftynse wrote:

This is no longer an example, is it?  Could you maybe describe somewhere that is expected to be included into this pipeline in the future (and what is clearly out of scope)?

https://github.com/llvm/llvm-project/pull/75775


More information about the Mlir-commits mailing list