Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98360
[mlir] Change test-gpu-to-cubin to derive from SerializeToBlobPass ClosedPublic Authored by csigg on Mar 10 2021, 9:44 AM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 19 others. · View Herald TranscriptMar 10 2021, 9:44 AM This revision is now accepted and ready to land.Mar 10 2021, 9:54 AM csigg retitled this revision from [mlir] Change test-gpu-to-cubin to derive from SerializeToCubinPass to [mlir] Change test-gpu-to-cubin to derive from SerializeToBlobPass.Mar 10 2021, 11:01 PM This revision was landed with ongoing or failed builds.Mar 11 2021, 1:42 AM Closed by commit rGbafe418d12e9: [mlir] Change test-gpu-to-cubin to derive from SerializeToBlobPass (authored by csigg). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 329880 mlir/test/Conversion/GPUToCUDA/lower-nvvm-kernel-to-cubin.mlir
mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
|
Since this is a test pass, can you move it to the test directory?