clang-ocl
clang-ocl copied to clipboard
[Feature] Introduce -c option to skip invoking LLVM backend.
Amend clang-ocl
so it could spit LLVM IR instead of HSA Code Object.
Paves way for driving MIOpen from MLIR.
/cc @daniellowell
@whchung Do you expect more PRs are needed to fill out this feature? I will need to bump the revision # when we get close to branching for ROCm 2.8.
This is an experimental feature and shouldn't be included in ROCm 2.8. Please keep it open for a moment.
It seems jenkins isn't running on this anymore. Let me fix that.
Nevermind, jenkins was never enabled. Can you add a test for the -c
option?
@pfultz2 @whchung Good to go? Still needed?