We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c471e commit f8956cdCopy full SHA for f8956cd
offload/CMakeLists.txt
@@ -180,7 +180,7 @@ if(NOT (CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(AMD64)$" AND
180
CMAKE_SYSTEM_NAME MATCHES "Linux|Windows"))
181
if("level_zero" IN_LIST LIBOMPTARGET_PLUGINS_TO_BUILD)
182
message(STATUS "Not building Level Zero plugin: it is only supported on "
183
- "Linux/Windows x86_64, ppc64le, or aarch64 hosts")
+ "Linux/Windows x86_64 or ppc64le hosts")
184
list(REMOVE_ITEM LIBOMPTARGET_PLUGINS_TO_BUILD "level_zero")
185
endif()
186
0 commit comments