This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Change test-gpu-to-cubin to derive from SerializeToBlobPass
ClosedPublic

Authored by csigg on Mar 10 2021, 9:44 AM.

Details

Summary

Clean-up after D98279, remove one call to createConvertGPUKernelToBlobPass().

Depends On D98203

Diff Detail

Event Timeline

csigg created this revision.Mar 10 2021, 9:44 AM
csigg requested review of this revision.Mar 10 2021, 9:44 AM
mehdi_amini added inline comments.Mar 10 2021, 9:52 AM
mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp
57

Since this is a test pass, can you move it to the test directory?

57

Actually it is, I don't know what I was looking at...

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
csigg updated this revision to Diff 329878.Mar 11 2021, 1:40 AM

Rebase.

This revision was landed with ongoing or failed builds.Mar 11 2021, 1:42 AM
This revision was automatically updated to reflect the committed changes.