summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/c++/common.hpp
blob: 822dae5a53bf7c1ec7a31c4e7b418433c100e7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#pragma once

#include <forstio/remote/remote.hpp>
#include <forstio/codec/data.hpp>
#include <forstio/codec/schema_hash.hpp>
#include <forstio/codec/id_map.hpp>

#include <AdaptiveCpp/CL/sycl.hpp>

namespace saw {
namespace rmt {
struct Sycl {};
}
namespace encode {
template<typename Inner>
struct Sycl {};
}

template<>
class remote<rmt::Sycl>;

template<typename T>
class device;

}