Skip to content

Commit e87d148

Browse files
committed
Add copyright and license information for Kokkos slides
1 parent aef0d8c commit e87d148

File tree

6 files changed

+33
-0
lines changed

6 files changed

+33
-0
lines changed

kokkos/docs/01-introduction-kokkos.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 CSC - IT Center for Science Ltd. <www.csc.fi>
3+
4+
SPDX-License-Identifier: CC-BY-4.0
5+
-->
6+
17
---
28
title: Introduction to Kokkos Performance Portability Ecosystem
39
subtitle: Portable GPU Programming

kokkos/docs/02-simple-parallelism.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 CSC - IT Center for Science Ltd. <www.csc.fi>
3+
4+
SPDX-License-Identifier: CC-BY-4.0
5+
-->
6+
17
---
28
title: Data parallel patterns in
39
subtitle: Portable GPU Programming

kokkos/docs/03-views-spaces.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 CSC - IT Center for Science Ltd. <www.csc.fi>
3+
4+
SPDX-License-Identifier: CC-BY-4.0
5+
-->
6+
17
---
28
title: Spaces and Views
39
event: Portable GPU Programming 2025

kokkos/docs/04-memory-layout-mdrange.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 CSC - IT Center for Science Ltd. <www.csc.fi>
3+
4+
SPDX-License-Identifier: CC-BY-4.0
5+
-->
6+
17
---
28
title: Performance portable memory access patterns
39
event: Portable GPU Programming 2025

kokkos/docs/05-interoperability-kernels-tools.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 CSC - IT Center for Science Ltd. <www.csc.fi>
3+
4+
SPDX-License-Identifier: CC-BY-4.0
5+
-->
6+
17
---
28
title: Interoperability, Kernels and Tools
39
event: Portable GPU Programming 2025
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 CSC - IT Center for Science Ltd. <www.csc.fi>
2+
3+
SPDX-License-Identifier: CC-BY-4.0

0 commit comments

Comments
 (0)