Skip to content

Commit 96ba362

Browse files
AvijitBag07AvijitBag07
authored andcommitted
Remigrated 5-7 sample with oneAPI 2025.0
1 parent d04fdc4 commit 96ba362

File tree

263 files changed

+113529
-31880
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+113529
-31880
lines changed

DirectProgramming/C++SYCL/Jupyter/cuda-to-sycl-migration-training/05_SYCL_Migration_OceanFFT/dpct_output/Common/GL/glext.h

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

DirectProgramming/C++SYCL/Jupyter/cuda-to-sycl-migration-training/05_SYCL_Migration_OceanFFT/dpct_output/Common/GL/glxext.h

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

DirectProgramming/C++SYCL/Jupyter/cuda-to-sycl-migration-training/05_SYCL_Migration_OceanFFT/dpct_output/Common/exception.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
// includes, system
3333
#include <stdlib.h>
34-
3534
#include <exception>
3635
#include <iostream>
3736
#include <stdexcept>
@@ -147,6 +146,6 @@ Exception<Std_Exception>::Exception(const std::string &s) : Std_Exception(s) {}
147146
template <class Std_Exception>
148147
Exception<Std_Exception>::~Exception() throw() {}
149148

150-
// functions, exported
149+
// functions, exported
151150

152151
#endif // COMMON_EXCEPTION_H_

0 commit comments

Comments
 (0)