3b68a02f23
The LLVM/SPIR-V Bi-Directional Translator is a library and tool for translation between LLVM IR and SPIR-V. SPIR-V is a binary intermediate language for representing graphical-shader stages and compute kernels for multiple Khronos APIs, including OpenCL, OpenGL, and Vulkan. SPIR-V defines a new language and is a successor to the original Khronos SPIR, which supported only OpenCL device programs.
7 lines
400 B
Text
7 lines
400 B
Text
The LLVM/SPIR-V Bi-Directional Translator is a library and tool for translation
|
|
between LLVM IR and SPIR-V.
|
|
|
|
SPIR-V is a binary intermediate language for representing graphical-shader
|
|
stages and compute kernels for multiple Khronos APIs, including OpenCL,
|
|
OpenGL, and Vulkan. SPIR-V defines a new language and is a successor to the
|
|
original Khronos SPIR, which supported only OpenCL device programs.
|