Skip to content

Commit 4a2140e

Browse files
committed
Remove level_zero from default plugin list
1 parent 93d3948 commit 4a2140e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if(DEFINED LIBOMPTARGET_BUILD_CUDA_PLUGIN OR
150150
message(WARNING "Option removed, use 'LIBOMPTARGET_PLUGINS_TO_BUILD' instead")
151151
endif()
152152

153-
set(LIBOMPTARGET_ALL_PLUGIN_TARGETS amdgpu cuda host level_zero)
153+
set(LIBOMPTARGET_ALL_PLUGIN_TARGETS amdgpu cuda host)
154154
set(LIBOMPTARGET_PLUGINS_TO_BUILD "all" CACHE STRING
155155
"Semicolon-separated list of plugins to use: cuda, amdgpu, level_zero, host or \"all\".")
156156

0 commit comments

Comments
 (0)