generated from pool/new_package
- The Panther Lake support is available from version v1.28.0 OBS-URL: https://build.opensuse.org/request/show/1323833 OBS-URL: https://build.opensuse.org/package/show/hardware/linux-npu-driver?expand=0&rev=10
32 lines
1.3 KiB
Diff
32 lines
1.3 KiB
Diff
diff -uNr linux-npu-driver-1.28.0/third_party/CMakeLists.txt linux-npu-driver-1.28.0.Ok/third_party/CMakeLists.txt
|
|
--- linux-npu-driver-1.28.0/third_party/CMakeLists.txt 2025-12-18 10:42:25.000000000 -0300
|
|
+++ linux-npu-driver-1.28.0.Ok/third_party/CMakeLists.txt 2025-12-20 15:59:44.888471047 -0300
|
|
@@ -8,15 +8,11 @@
|
|
add_compile_options(-Wno-error -include cstdint)
|
|
|
|
include(cmake/npu_compiler_elf.cmake)
|
|
-include(cmake/level-zero.cmake)
|
|
include(cmake/level-zero-npu-extensions.cmake)
|
|
if (ENABLE_NPU_PERFETTO_BUILD)
|
|
include(cmake/perfetto.cmake)
|
|
endif()
|
|
|
|
-set(INSTALL_GTEST OFF)
|
|
-add_subdirectory(googletest EXCLUDE_FROM_ALL)
|
|
-
|
|
set(YAML_CPP_INSTALL OFF)
|
|
set(BUILD_SHARED_LIBS OFF)
|
|
add_subdirectory(yaml-cpp EXCLUDE_FROM_ALL)
|
|
diff -uNr linux-npu-driver-1.28.0/third_party/level-zero-npu-extensions/ze_graph_ext.h linux-npu-driver-1.28.0.Ok/third_party/level-zero-npu-extensions/ze_graph_ext.h
|
|
--- linux-npu-driver-1.28.0/third_party/level-zero-npu-extensions/ze_graph_ext.h 2025-12-18 10:42:25.000000000 -0300
|
|
+++ linux-npu-driver-1.28.0.Ok/third_party/level-zero-npu-extensions/ze_graph_ext.h 2025-12-20 15:59:16.375757426 -0300
|
|
@@ -11,7 +11,7 @@
|
|
#pragma once
|
|
#endif
|
|
|
|
-#include "ze_api.h"
|
|
+#include "level_zero/ze_api.h"
|
|
#include "ze_graph_profiling_ext.h"
|
|
|
|
#ifndef ZE_GRAPH_EXT_NAME
|