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

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

#include <AdaptiveCpp/CL/sycl.hpp>

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

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

template<typename T>
class device;

}