From 6b68a4f7ddac183f460b668bee7a385daada0ce5 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Mon, 15 Jul 2024 16:38:25 +0200 Subject: Move files and ammend remote-sycl --- modules/remote-sycl/.nix/derivation.nix | 1 + modules/remote-sycl/SConstruct | 1 + modules/remote-sycl/c++/common.hpp | 2 +- modules/remote-sycl/c++/transfer.hpp | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/remote-sycl') diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix index ba6d1ec..c63dd19 100644 --- a/modules/remote-sycl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix @@ -34,6 +34,7 @@ in stdenv.mkDerivation { forstio.core forstio.codec forstio.async + forstio.remote keldu.adaptivecpp-dev ocl-icd openmp diff --git a/modules/remote-sycl/SConstruct b/modules/remote-sycl/SConstruct index 40344e7..07ca30b 100644 --- a/modules/remote-sycl/SConstruct +++ b/modules/remote-sycl/SConstruct @@ -63,6 +63,7 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], LIBS=['forstio-core' ,'forstio-codec' ,'forstio-async' + ,'forstio-remote' ,'acpp-rt' ,'OpenCL' ,'omp' diff --git a/modules/remote-sycl/c++/common.hpp b/modules/remote-sycl/c++/common.hpp index cb2d73f..8c008c3 100644 --- a/modules/remote-sycl/c++/common.hpp +++ b/modules/remote-sycl/c++/common.hpp @@ -1,6 +1,6 @@ #pragma once -#include +#include #include #include diff --git a/modules/remote-sycl/c++/transfer.hpp b/modules/remote-sycl/c++/transfer.hpp index 2a95f67..5d76e7c 100644 --- a/modules/remote-sycl/c++/transfer.hpp +++ b/modules/remote-sycl/c++/transfer.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include namespace saw { -- cgit v1.2.3