Skip to content

Commit

Permalink
Merge pull request #68 from mkstoyanov/fix_deprecated_include
Browse files Browse the repository at this point in the history
OneAPI changed the name for the header.
  • Loading branch information
mkstoyanov authored Oct 25, 2024
2 parents 192e67b + 17e29e0 commit 1d3b6be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion include/heffte_backend_oneapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include "heffte_backend_vector.h"

#include <CL/sycl.hpp>
#include <sycl/sycl.hpp>
#include "oneapi/mkl.hpp"
#include "oneapi/mkl/dfti.hpp"

Expand Down
1 change: 0 additions & 1 deletion src/heffte_backend_oneapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#ifdef Heffte_ENABLE_ONEAPI

#include <CL/sycl.hpp>
#include "oneapi/mkl.hpp"

namespace heffte {
Expand Down

0 comments on commit 1d3b6be

Please sign in to comment.