Skip to content

Commit 6f9ede0

Browse files
Enable level zero v2 in DPC++ (#16656)
This makes a simple way to use the experimental level_zero_v2 in dpc++. Fixes intel/llvm#16613 . --------- Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
1 parent f156f2b commit 6f9ede0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/adapters/level_zero/v2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This is the home directory for L0 v2 adapter sources. This is a redesigned versi
44

55
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.
66

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+
79
# Code structure
810

911
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

Comments
 (0)