Skip to content

Commit 9807fec

Browse files
authored
Added C++ to sycl migration samples (#2256)
1 parent a09775a commit 9807fec

95 files changed

Lines changed: 8930 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cmake_minimum_required (VERSION 3.4)
2+
set(CMAKE_CXX_COMPILER "icpx")
3+
project (Iso3DFD)
4+
add_subdirectory (src)
2.73 KB
Loading
4.36 KB
Loading
5.3 KB
Loading
6.44 KB
Loading
133 KB
Loading
10.9 KB
Loading
31.3 KB
Loading

DirectProgramming/C++SYCL/Jupyter/C++-to-sycl-migration/01_ISO3DFD_CPU/iso3dfd_Offload_Advisor_Analysis.ipynb

Lines changed: 642 additions & 0 deletions
Large diffs are not rendered by default.

DirectProgramming/C++SYCL/Jupyter/C++-to-sycl-migration/01_ISO3DFD_CPU/reports/advisor-report.html

Lines changed: 2 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)