You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README.md: State Kernel capability restriction (#2270)
Mention explicitly in the README that only SPIR-V modules that declare
the Kernel capability are supported. This is a key restriction for
anyone looking to translate between (arbitrary) SPIR-V and LLVM IR, so
mention it at the top of the README.
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@8e6f467
This repository contains source code for the LLVM/SPIR-V Bi-Directional Translator, a library and tool for translation between LLVM IR and [SPIR-V](https://www.khronos.org/registry/spir-v/).
7
+
This project currently only supports the OpenCL/compute "flavour" of SPIR-V: it consumes and produces SPIR-V modules that declare the `Kernel` capability.
7
8
8
9
The LLVM/SPIR-V Bi-Directional Translator is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.
0 commit comments