common.h -> npu/npu_common.h (#12800)

This commit is contained in:
Yina Chen 2025-02-10 08:38:22 +02:00 committed by GitHub
parent e4ceb722b6
commit eb2df5ed70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ SET (CMAKE_CXX_STANDARD_REQUIRED True)
if(DEFINED ENV{CONDA_ENV_DIR})
set(ENV_DIR $ENV{CONDA_ENV_DIR})
set(LIBRARY_DIR ${ENV_DIR}/bigdl-core-npu)
include_directories(${LIBRARY_DIR}/include)
include_directories(${LIBRARY_DIR}/include/npu)
set(DLL_DIR ${ENV_DIR}/intel_npu_acceleration_library/lib/Release)
else()
set(LIBRARY_DIR ${CMAKE_CURRENT_SOURCE_DIR})

View file

@ -19,7 +19,7 @@
#include <string>
#include <chrono>
#include "common.h"
#include "npu_common.h"
#include "npu_llm.h"