Add a tool for constructing commands for translating LLVM IR to
SPIR-V.
Used by HIPSPV tool chain (D110618).
Differential D112404
[SPIR-V] Add translator tool Authored by linjamaki on Oct 24 2021, 11:52 PM.
Details
Add a tool for constructing commands for translating LLVM IR to Used by HIPSPV tool chain (D110618).
Diff Detail
Event TimelineComment Actions This direction of creating a common translator tool makes sense to me! Thanks!
Comment Actions This part looks good to me. Just a couple of minor style comments.
Comment Actions Hi @Anastasia and @bader, This patch should be ready to land, I think. Could you please push it to the LLVM for us? Thanks. | ||||||||||||||||||||||||||||
Is this flag expected to be similar to -cl-ext?
https://clang.llvm.org/docs/OpenCLSupport.html#cmdoption-cl-ext
It might be good to see how those can align? I imagine for HIP you haven't used such flags yet?