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
Additionaly, you can use **SPIRV-Tools** prebuild pacakge. In order to do that be sure to pass to cmake command `IGC_OPTION__SPIRV_TOOLS_MODE=Prebuilds`. Until the issue
53
+
Additionaly, you can use **SPIRV-Tools** prebuild pacakge. In order to do that be sure to pass to cmake command `IGC_OPTION__SPIRV_TOOLS_MODE=Prebuilds`. Until the issue
54
54
https://github.com/KhronosGroup/SPIRV-Tools/issues/3909 will not be resolved, we support only SPIRV_Tools as a shared lib, and we encourage to build SPIRV-Tools prebuild with SPIRV_TOOLS_BUILD_STATIC=OFF flag.
55
55
56
56
Additionaly, OpenCL Clang and Vector Compiler share the library Spirv Translator. Cannot build llvm-spirv translator if OpenCL-Clang is taken as prebuilt from system. This can lead to problems with linking.
@@ -154,7 +154,7 @@ $ sudo make install
154
154
155
155
| Version | Product quality |
156
156
|:----------------:|-----------------|
157
-
| LLVM 12| Experimental |
157
+
| LLVM 12-14| Experimental |
158
158
| LLVM 11 |**Production**|
159
159
| LLVM 10 and older | Experimental |
160
160
@@ -209,7 +209,7 @@ No additional steps are needed.
209
209
210
210
No additional steps are needed.
211
211
212
-
#### LLVM12/Clang12
212
+
#### LLVM12/Clang12 to LLVM14/Clang14
213
213
214
214
**Experimental**
215
-
Currently there are none LLVM12/Clang12 conformance/performance guarantees.
215
+
Currently there are none LLVM12+/Clang12+ conformance/performance guarantees.
0 commit comments