diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-11 18:24:47 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-11 18:24:47 +0200 |
commit | 204aeb03daf43e73546077c8f72538ad3b6ac75b (patch) | |
tree | 91525622dd7dddb9586ad176b298b579cbdf6a16 /modules/remote-opencl/c++/device.hpp | |
parent | 5969e94c88f7db8cfe017190a27faf86b42b1a5f (diff) |
codec, remote-opencl: Trying out opencl and ammending parts of codec for
it
Diffstat (limited to 'modules/remote-opencl/c++/device.hpp')
-rw-r--r-- | modules/remote-opencl/c++/device.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/remote-opencl/c++/device.hpp b/modules/remote-opencl/c++/device.hpp new file mode 100644 index 0000000..7176004 --- /dev/null +++ b/modules/remote-opencl/c++/device.hpp @@ -0,0 +1,14 @@ +#pragma once + +namespace saw { +namespace rmt { +struct OpenCl{}; +} +template<typename T> +struct backend; + +struct backend<dev::Hip> { +}; + + +} |