Skip to content

Commit a915158

Browse files
Alberto-VillarrealanjgolaAlberto Villarreal
authored
Changed namespace from mkl to oneapi::mkl (oneapi-src#108)
* Initial Commit to Open Source Repo Signed-off-by: avillarr <[email protected]> * Adding additional inlclude directories to VS project file Signed-off-by: avillarr <[email protected]> * Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020 Signed-off-by: avillarr <[email protected]> * Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020 Signed-off-by: avillarr <[email protected]> * Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020 Signed-off-by: avillarr <[email protected]> * Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020 Signed-off-by: avillarr <[email protected]> * Adding statement about dpc_common file and where to find them in README file. Change copyright to 2020 Signed-off-by: avillarr <[email protected]> * Adding particle-diffusion directory Signed-off-by: avillarr <[email protected]> * Adding particle-diffusion directory Signed-off-by: avillarr <[email protected]> * Fix copyright -> 2020 Signed-off-by: avillarr <[email protected]> * Fixing MKL missing header file Signed-off-by: avillarr <[email protected]> * Fixing MKL missing header file - try 2 Signed-off-by: avillarr <[email protected]> * Add the common includes directory to VS project file Signed-off-by: avillarr <[email protected]> * Fix copyright and time units Signed-off-by: Alberto Villarreal <[email protected]> * Removing unused header file chrono Signed-off-by: Alberto Villarreal <[email protected]> * Adding path for dpc_common header file for Linux Signed-off-by: Alberto Villarreal <[email protected]> * Adding path for dpc_common header file for Linux and removing warning Signed-off-by: Alberto Villarreal <[email protected]> * Changed namespace mkl to oneapi::mkl Signed-off-by: Alberto Villarreal <[email protected]> * Fix namespaces, so code sample compiles both in Beta08 and Beta09 Signed-off-by: Alberto Villarreal <[email protected]> Co-authored-by: Anjali Gola <[email protected]> Co-authored-by: Alberto Villarreal <[email protected]>
1 parent 5bc472c commit a915158

File tree

1 file changed

+2
-0
lines changed
  • DirectProgramming/DPC++/StructuredGrids/particle-diffusion/src

1 file changed

+2
-0
lines changed

DirectProgramming/DPC++/StructuredGrids/particle-diffusion/src/motionsim.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636

3737
using namespace sycl;
3838
using namespace std;
39+
namespace oneapi {}
40+
using namespace oneapi;
3941

4042
// Helper functions
4143

0 commit comments

Comments
 (0)