diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-12 17:25:51 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-12 17:25:51 +0200 |
commit | 73405e9544f5c6910d8d2e3dea8062e5f5d62b71 (patch) | |
tree | e81387ddeb57f783d117efd8d438d139dacef324 /modules/remote-opencl/c++/device.hpp | |
parent | cb77d1fe956d6011a5739bce5eddf6f6daf80661 (diff) |
codec,remote-opencl: Work on remote devices
Diffstat (limited to 'modules/remote-opencl/c++/device.hpp')
-rw-r--r-- | modules/remote-opencl/c++/device.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/remote-opencl/c++/device.hpp b/modules/remote-opencl/c++/device.hpp deleted file mode 100644 index 7176004..0000000 --- a/modules/remote-opencl/c++/device.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -namespace saw { -namespace rmt { -struct OpenCl{}; -} -template<typename T> -struct backend; - -struct backend<dev::Hip> { -}; - - -} |