[PATCH] D76554: [mlir] Move the testing pass for GpuKernelToCubin to the test/ directory
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 21 15:29:33 PDT 2020
rriddle created this revision.
rriddle added a reviewer: mehdi_amini.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, csigg, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, dexonsmith, steven_wu, hiraditya, inglorion, mgorny.
Herald added a reviewer: herhut.
Herald added a project: LLVM.
This removes the static pass registration, and also cleans up some lingering technical debt.
Depends On D76553 <https://reviews.llvm.org/D76553>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76554
Files:
mlir/include/mlir/InitAllPasses.h
mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp
mlir/test/lib/Transforms/CMakeLists.txt
mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76554.251861.patch
Type: text/x-patch
Size: 4947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200321/ac174640/attachment.bin>
More information about the llvm-commits
mailing list