Skip to content

Commit

Permalink
fixed includes from CL/sycl.hpp to sycl
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <[email protected]>
  • Loading branch information
klaeufer committed Oct 8, 2023
1 parent 6b67e40 commit 03dbb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/f.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


// {{UnoAPI:f-interface:begin}}
#include <CL/sycl.hpp>
#include <sycl/sycl.hpp>

SYCL_EXTERNAL double f(double x);
// {{UnoAPI:f-interface:end}}
Expand Down
2 changes: 1 addition & 1 deletion integration/trapezoid.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef INTEGRATION_H_
#define INTEGRATION_H_

#include <CL/sycl.hpp>
#include <sycl/sycl.hpp>

// {{UnoAPI:trapezoid-interface:begin}}
SYCL_EXTERNAL double trapezoid(double f1, double f2, double dx);
Expand Down

0 comments on commit 03dbb3b

Please sign in to comment.