Skip to content

Commit ee9cea2

Browse files
committed
licences
1 parent 41779fd commit ee9cea2

File tree

58 files changed

+230
-36
lines changed

Some content is hidden

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

58 files changed

+230
-36
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
SPDX-FileCopyrightText: 2021 CSC - IT Center for Science Ltd. <www.csc.fi>
12
SPDX-FileCopyrightText: 2022 CSC - IT Center for Science Ltd. <www.csc.fi>
23

34
SPDX-License-Identifier: CC-BY-4.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
SPDX-FileCopyrightText: 2021 CSC - IT Center for Science Ltd. <www.csc.fi>
12
SPDX-FileCopyrightText: 2022 CSC - IT Center for Science Ltd. <www.csc.fi>
23

34
SPDX-License-Identifier: CC-BY-4.0

sycl/docs/01-sycl-intro.md

Lines changed: 6 additions & 0 deletions

sycl/docs/02-sycl-fundamentals.md

Lines changed: 6 additions & 0 deletions

sycl/docs/03-sycl-advanced.md

Lines changed: 6 additions & 0 deletions

sycl/docs/04-sycl-more.md

Lines changed: 6 additions & 0 deletions

sycl/exercises/00-hello/Readme.md

Lines changed: 6 additions & 0 deletions

sycl/exercises/00-hello/hello.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2021 CSC - IT Center for Science Ltd. <www.csc.fi>
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <sycl/sycl.hpp>
26
#include <iostream>
37

sycl/exercises/01-info/Readme.md

Lines changed: 6 additions & 0 deletions

sycl/exercises/01-info/enumerate_device.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2021 CSC - IT Center for Science Ltd. <www.csc.fi>
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// AdaptiveCpp compilation with cpu & nvidia targets: syclcc -O3 --hipsycl-targets="omp;cuda:sm_80" <code>.cpp
26
// AdaptiveCpp compilation with cpu & amd targets: syclcc -O3 --hipsycl-targets="omp;hip:gfx90a" <code>.cpp
37
// OneAPI with cpu & nvidia targets:clang++ -std=c++17 -O3 -fsycl -fsycl-targets=nvptx64-nvidia-cuda,spir64_x86_64 -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_80 <code>.cpp

0 commit comments

Comments
 (0)