[mlir] Fix case in MLIRGPUtoGPURuntimeTransforms

Summary:
This changes the casing of MLIRGPUtoGPURuntimeTransforms to be consistent
with other transform libraries.

Differential Revision: https://reviews.llvm.org/D82841
This commit is contained in:
Marius Brehler 2020-06-30 20:47:17 +02:00 committed by Stephan Herhut
parent 24a1447b02
commit 0f43fce783
2 changed files with 2 additions and 2 deletions

View 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

View File

@ -39,7 +39,7 @@ add_mlir_library(MLIRTestTransforms
MLIRAnalysis
MLIREDSC
MLIRGPU
MLIRGPUtoGPURuntimeTransforms
MLIRGPUToGPURuntimeTransforms
MLIRLinalgOps
MLIRLinalgTransforms
MLIRNVVMIR