Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: minmingzhu <minming.zhu@intel.com>
  • Loading branch information
minmingzhu committed Jan 30, 2024
1 parent 6f5f903 commit 1866474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mllib-dal/src/main/native/Makefile_2023.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ OBJS += \
./DecisionForestRegressorImpl.o

# Compile cpp with a compiler version before onedal 2023.2.0
DEFINES=-D$(PLATFORM_PROFILE) -DONEDAL_VERSION_LESS_THAN_OR_EQUAL_TO_2023.2.0
DEFINES=-D$(PLATFORM_PROFILE) -DONEDAL_VERSION_LESS_THAN_OR_EQUAL_TO_2023_2_0

ifeq ($(PLATFORM_PROFILE),CPU_GPU_PROFILE)
CPP_SRCS += ./GPU.cpp
Expand Down
2 changes: 1 addition & 1 deletion mllib-dal/src/main/native/service.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ using namespace daal::data_management;

#include "Logger.h"
#include "error_handling.h"
#ifdef ONEDAL_VERSION_LESS_THAN_OR_EQUAL_TO_2023.2.0
#ifdef ONEDAL_VERSION_LESS_THAN_OR_EQUAL_TO_2023_2_0
#include "oneapi/dal/table/detail/csr.hpp"
#else
#include "oneapi/dal/table/csr.hpp"
Expand Down

0 comments on commit 1866474

Please sign in to comment.