search for: jitabl

Displaying 1 result from an estimated 1 matches for "jitabl".

Did you mean: jitable
2018 Apr 06
1
SPIR-V & LLVM JIT Compiler
Hello, I'm trying to build an application and would like to load SPIR-V binary files, and JIT Compile it via LLVM to run shaders on CPU. I would like to use a library (or possibly build my own) that parses SPIR-V and JIT compiles via LLVM API. Then the library can provide C++ interface to compiled data in memory, and I can access resources or call shader methods via the interface. The