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
This makes a simple way to use the experimental level_zero_v2 in dpc++.
Fixesintel/llvm#16613 .
---------
Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
Copy file name to clipboardExpand all lines: source/adapters/level_zero/v2/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This is the home directory for L0 v2 adapter sources. This is a redesigned versi
4
4
5
5
L0 v2 adapter can be enabled by setting passing `UR_BUILD_ADAPTER_L0_V2=1` option to cmake. When enabled, `libur_adapter_level_zero_v2.[so|dll]` will be created.
6
6
7
+
Currently, L0 v2 is only available as an experimental adapter to gather feedback and adding missing features. L0 v2 is planned to be the default adapter for L0 in 2026.0 release.
8
+
7
9
# Code structure
8
10
9
11
v2 adapters is is a standalone adapter but reuses some logic from the legacy L0 adapter implementation - most notably: adapter.cpp, platform.cpp, device.cpp
0 commit comments