summaryrefslogtreecommitdiff
path: root/modules/remote-sycl
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-05-23 17:06:44 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-05-23 17:06:44 +0200
commiteedd47efb3255f55216125cd3cd2ebdad3b8c1b6 (patch)
tree3f1d908f3b7436e13ff9b32aa29bc9b55b89bad6 /modules/remote-sycl
parent35ef20128e1c018210f96ae1bd16e88721b0fbcf (diff)
Removing unneeded files and fixing some build files
Diffstat (limited to 'modules/remote-sycl')
-rw-r--r--modules/remote-sycl/.nix/derivation.nix2
-rw-r--r--modules/remote-sycl/SConstruct2
2 files changed, 3 insertions, 1 deletions
diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix
index 440bd86..0ce1cfa 100644
--- a/modules/remote-sycl/.nix/derivation.nix
+++ b/modules/remote-sycl/.nix/derivation.nix
@@ -6,6 +6,7 @@
, forstio
, openmp
, opensycl
+, ocl-icd
, build_examples ? "false"
}:
@@ -32,6 +33,7 @@ in stdenv.mkDerivation {
forstio.io_codec
openmp
opensycl
+ ocl-icd
];
buildPhase = ''
diff --git a/modules/remote-sycl/SConstruct b/modules/remote-sycl/SConstruct
index 4bdab03..e71d67e 100644
--- a/modules/remote-sycl/SConstruct
+++ b/modules/remote-sycl/SConstruct
@@ -60,7 +60,7 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[],
,'forstio-io_codec'
,'hipSYCL-rt'
,'omp'
- #,'OpenCL'
+ ,'OpenCL'
]
);
env.__class__.add_source_files = add_kel_source_files