This is an archive of the discontinued LLVM Phabricator instance.

[mlir][gpu] Fallback to JIT compilation
ClosedPublic

Authored by guraypp on Jul 24 2023, 3:46 AM.

Details

Summary

Recent change introduces compilation with ptxas compiler. The change is important to be able to different versions of ptxas compiler without changing the compiler.

It causes some failures in builtbot. This change adds fallback mechanism to JIt compilation that is original path.

Diff Detail

Event Timeline

guraypp created this revision.Jul 24 2023, 3:46 AM
guraypp requested review of this revision.Jul 24 2023, 3:46 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 24 2023, 6:11 AM
This revision was automatically updated to reflect the committed changes.