diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/remote-sycl/.nix/derivation.nix (renamed from modules/remote-opencl/.nix/derivation.nix) | 0 | ||||
-rw-r--r-- | modules/remote-sycl/SConstruct (renamed from modules/remote-opencl/SConstruct) | 3 | ||||
-rw-r--r-- | modules/remote-sycl/c++/SConscript (renamed from modules/remote-opencl/c++/SConscript) | 0 | ||||
-rw-r--r-- | modules/remote-sycl/c++/remote.hpp (renamed from modules/remote-opencl/c++/remote.hpp) | 0 | ||||
-rw-r--r-- | modules/remote-sycl/tests/SConscript (renamed from modules/remote-opencl/tests/SConscript) | 0 | ||||
-rw-r--r-- | modules/remote-sycl/tests/calculator.cpp (renamed from modules/remote-opencl/tests/calculator.cpp) | 0 |
6 files changed, 2 insertions, 1 deletions
diff --git a/modules/remote-opencl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix index 2d095df..2d095df 100644 --- a/modules/remote-opencl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix diff --git a/modules/remote-opencl/SConstruct b/modules/remote-sycl/SConstruct index 2734d6e..a27e6d7 100644 --- a/modules/remote-opencl/SConstruct +++ b/modules/remote-sycl/SConstruct @@ -51,7 +51,8 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], 'forstio-codec', 'forstio-async', 'forstio-io', - 'forstio-io_codec' + 'forstio-io_codec', + 'OpenCL' ] ); env.__class__.add_source_files = add_kel_source_files diff --git a/modules/remote-opencl/c++/SConscript b/modules/remote-sycl/c++/SConscript index e902c22..e902c22 100644 --- a/modules/remote-opencl/c++/SConscript +++ b/modules/remote-sycl/c++/SConscript diff --git a/modules/remote-opencl/c++/remote.hpp b/modules/remote-sycl/c++/remote.hpp index 3073b23..3073b23 100644 --- a/modules/remote-opencl/c++/remote.hpp +++ b/modules/remote-sycl/c++/remote.hpp diff --git a/modules/remote-opencl/tests/SConscript b/modules/remote-sycl/tests/SConscript index f8ffc92..f8ffc92 100644 --- a/modules/remote-opencl/tests/SConscript +++ b/modules/remote-sycl/tests/SConscript diff --git a/modules/remote-opencl/tests/calculator.cpp b/modules/remote-sycl/tests/calculator.cpp index 9ee1583..9ee1583 100644 --- a/modules/remote-opencl/tests/calculator.cpp +++ b/modules/remote-sycl/tests/calculator.cpp |