Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Switch to legacy header path #344

Merged
merged 1 commit into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion SYCL/SpecConstants/2020/handler-api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

#include <cstdlib>
#include <iostream>
#include <sycl/sycl.hpp>
// TODO: Switch to sycl/sycl.hpp once compiler supports it
#include <CL/sycl.hpp>

#include "common.hpp"

Expand Down
3 changes: 2 additions & 1 deletion SYCL/SpecConstants/2020/kernel-bundle-api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

#include <cstdlib>
#include <iostream>
#include <sycl/sycl.hpp>
// TODO: Switch to sycl/sycl.hpp once compiler supports it
#include <CL/sycl.hpp>

#include "common.hpp"

Expand Down