[mlir] Fix case in MLIRGPUtoGPURuntimeTransforms
authorMarius Brehler <marius.brehler@iml.fraunhofer.de>
Tue, 30 Jun 2020 18:47:17 +0000 (20:47 +0200)
committerStephan Herhut <herhut@google.com>
Tue, 30 Jun 2020 18:48:47 +0000 (20:48 +0200)
Summary:
This changes the casing of MLIRGPUtoGPURuntimeTransforms to be consistent
with other transform libraries.

Differential Revision: https://reviews.llvm.org/D82841

mlir/lib/Conversion/GPUCommon/CMakeLists.txt
mlir/test/lib/Transforms/CMakeLists.txt

index 2b85c23..a4abae8 100644 (file)
@@ -14,7 +14,7 @@ if (MLIR_ROCM_CONVERSIONS_ENABLED)
   )
 endif()
 
-add_mlir_conversion_library(MLIRGPUtoGPURuntimeTransforms
+add_mlir_conversion_library(MLIRGPUToGPURuntimeTransforms
   ConvertLaunchFuncToRuntimeCalls.cpp
   ConvertKernelFuncToBlob.cpp
 
index db86499..cdfd4e8 100644 (file)
@@ -39,7 +39,7 @@ add_mlir_library(MLIRTestTransforms
   MLIRAnalysis
   MLIREDSC
   MLIRGPU
-  MLIRGPUtoGPURuntimeTransforms
+  MLIRGPUToGPURuntimeTransforms
   MLIRLinalgOps
   MLIRLinalgTransforms
   MLIRNVVMIR