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
As of now **OpenCL Clang** is still needed to be built and installed manually. Sources are available [here](https://github.com/intel/opencl-clang). You can use out-of-tree build method with LLVM and Clang preinstalled.
49
49
**VC Intrinsics** is a lightweight library that is built from sources with IGC and there is no package for it.
@@ -72,13 +72,13 @@ You can use following commands for setup:
These commands will set up a workspace with LLVM 14. If you wish to use any other version please refer to the [component revision table](#Revision-table)
81
+
These commands will set up a workspace with LLVM 15. If you wish to use any other version please refer to the [component revision table](#Revision-table)
82
82
83
83
Correct directory tree looks like this:
84
84
```
@@ -100,7 +100,7 @@ There are several flags for these builds modes that you can pass to
100
100
cmake command.
101
101
102
102
-`IGC_OPTION__LLVM_PREFERRED_VERSION` -- sets version of LLVM that
103
-
will be used by IGC (defaults to "14.0.5").
103
+
will be used by IGC (defaults to "15.0.7").
104
104
-`IGC_OPTION__LLVM_MODE` -- select LLVM mode for IGC to use. Possible
105
105
values are: **Source**, **Prebuilds** or empty (that is
106
106
default). **Source** mode uses LLVM sources to build LLVM in-tree with
@@ -173,9 +173,9 @@ Also note that these tests require **Debug** IGC build.
173
173
174
174
| Version | Product quality |
175
175
|:----------------:|-----------------|
176
-
| LLVM 15| Experimental |
177
-
| LLVM 14|**Production**|
178
-
| LLVM 12 and older| Experimental |
176
+
| LLVM 16| Experimental |
177
+
| LLVM 15|**Production**|
178
+
| LLVM 14 and older| Experimental|
179
179
180
180
| Terminology | Description |
181
181
|-------------------|-|
@@ -187,14 +187,14 @@ Also note that these tests require **Debug** IGC build.
187
187
LLVM version determines what branches are used when building dependencies.
188
188
When checking out the components refer to the following table, replace **XX** with the LLVM version used:
189
189
190
-
| Repository name | Version specific | Branch | LLVM 14 example |
190
+
| Repository name | Version specific | Branch | LLVM 15 example |
0 commit comments