We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15b19db + 81258a3 commit 470cf29Copy full SHA for 470cf29
1 file changed
README.md
@@ -139,6 +139,8 @@ List of options provided by CMake:
139
| UR_BUILD_ADAPTER_HIP | Build the HIP adapter | ON/OFF | OFF |
140
| UR_BUILD_ADAPTER_NATIVE_CPU | Build the Native-CPU adapter | ON/OFF | OFF |
141
| UR_BUILD_ADAPTER_ALL | Build all currently supported adapters | ON/OFF | OFF |
142
+| UR_BUILD_ADAPTER_L0_V2 | Build the (experimental) Level-Zero v2 adapter | ON/OFF | OFF |
143
+| UR_STATIC_ADAPTER_L0 | Build the Level-Zero adapter as static and embed in the loader | ON/OFF | OFF |
144
| UR_HIP_PLATFORM | Build HIP adapter for AMD or NVIDIA platform | AMD/NVIDIA | AMD |
145
| UR_ENABLE_COMGR | Enable comgr lib usage | AMD/NVIDIA | AMD |
146
| UR_DPCXX | Path of the DPC++ compiler executable to build CTS device binaries | File path | `""` |
0 commit comments