summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/c++/common.hpp
blob: c1f9ddf6e848bffcbcda53687f8899db1bf90158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include <forstio/io_codec/rpc.hpp>
#include <forstio/codec/data.hpp>
#include <forstio/codec/id_map.hpp>

#include <AdaptiveCpp/CL/sycl.hpp>

namespace saw {
namespace rmt {
struct Sycl {};
}

}