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 Aug 2, 2023
1 parent f0ec06a commit 4e18c47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions mllib-dal/src/main/native/GPU.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#pragma once

#include "service.h"
#include <CL/cl.h>
#include <CL/sycl.hpp>
#include <daal_sycl.h>
#include <sycl/sycl.hpp>
#include <jni.h>
#include <oneapi/ccl.hpp>

Expand Down
5 changes: 0 additions & 5 deletions mllib-dal/src/main/native/service.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@

#pragma once

#ifdef CPU_GPU_PROFILE
#include <daal_sycl.h>
#else
#include <daal.h>
#endif

using namespace daal::data_management;

#include <algorithm>
Expand Down

0 comments on commit 4e18c47

Please sign in to comment.