Skip to content

Commit

Permalink
reverted ur.hpp include for older versions of compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkusiak97 committed Aug 6, 2024
1 parent c6f4fe0 commit 420111e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/blas/backends/cublas/cublas_scope_handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#else
#include <CL/sycl/backend/cuda.hpp>
#include <CL/sycl/context.hpp>
#include <CL/sycl/detail/ur.hpp>
#include <CL/sycl/detail/pi.hpp>
#endif
#include <atomic>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/blas/backends/cublas/cublas_task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#if __has_include(<sycl/detail/ur.hpp>)
#include <sycl/detail/ur.hpp>
#else
#include <CL/sycl/detail/ur.hpp>
#include <CL/sycl/detail/pi.hpp>
#endif
#else
#include "cublas_scope_handle_hipsycl.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/blas/backends/rocblas/rocblas_task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#if __has_include(<sycl/detail/ur.hpp>)
#include <sycl/detail/ur.hpp>
#else
#include <CL/sycl/detail/ur.hpp>
#include <CL/sycl/detail/pi.hpp>
#endif
#else
#include "rocblas_scope_handle_hipsycl.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/lapack/backends/cusolver/cusolver_scope_handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#else
#include <CL/sycl/backend/cuda.hpp>
#include <CL/sycl/context.hpp>
#include <CL/sycl/detail/ur.hpp>
#include <CL/sycl/detail/pi.hpp>
#endif
#include <atomic>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/lapack/backends/cusolver/cusolver_task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#if __has_include(<sycl/detail/ur.hpp>)
#include <sycl/detail/ur.hpp>
#else
#include <CL/sycl/detail/ur.hpp>
#include <CL/sycl/detail/pi.hpp>
#endif
namespace oneapi {
namespace mkl {
Expand Down
2 changes: 1 addition & 1 deletion src/lapack/backends/rocsolver/rocsolver_task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#if __has_include(<sycl/detail/ur.hpp>)
#include <sycl/detail/ur.hpp>
#else
#include <CL/sycl/detail/ur.hpp>
#include <CL/sycl/detail/pi.hpp>
#endif

namespace oneapi {
Expand Down

0 comments on commit 420111e

Please sign in to comment.