[Mlir-commits] [mlir] [mlir][XeVM] Use libocloc API for binary generation. (PR #188353)
Sang Ik Lee
llvmlistbot at llvm.org
Mon Apr 6 15:53:08 PDT 2026
silee2 wrote:
Although Intel compute runtime includes libocloc in the distribution, `ocloc_api.h` isn't included.
I don't think the code change uses many function and variable declarations from `ocloc_api.h`.
If that is the case, can you just add some extern declarations like how SPIRVTranslateModule is declared here? https://github.com/llvm/llvm-project/blob/main/mlir/lib/Target/LLVM/XeVM/Target.cpp#L282
https://github.com/llvm/llvm-project/pull/188353
More information about the Mlir-commits
mailing list