Skip to content

Commit 2729fff

Browse files
committed
slides for 5th coffee
1 parent 6ac2bb5 commit 2729fff

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/news/2024-02-19-Fifth-CExA-coffee/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
title: "19 Feb. 2024: Fifth CExA coffee"
33
subtitle: "Implementing the C++ std algorithms library in Kokkos: an overview of the main challenges, API differences and some implementation details"
44
date: 2024-02-12
5+
links:
6+
- icon_pack: fas
7+
icon: file-pdf
8+
name: Get the slides
9+
url: 'kokkos-algorithms.pdf'
10+
cta_new_tab: true
511
---
612

713
CExA organizes its fifth **CExA virtual coffee** on Monday, February the 19th, 2024 starting at 1PM.
@@ -14,6 +20,8 @@ Francesco Rizzi will give a talk entitled "Implementing the C++ std algorithms l
1420
The C++ standard algorithms library is a collection of free functions for a variety of purposes, e.g., sorting, searching, etc. It has become a key component of the C++ standard library, with one of its main advantages being a declarative and expressive API. This API, based only on iterators before C++20, has now been extended with the introduction of ranges in C++20.
1521
In this talk, I will discuss the main challenges of implementing and adapting the std algorithms for the Kokkos programming model.
1622

23+
{{< cta cta_text="Get the slides" cta_link="kokkos-algorithms.pdf" cta_new_tab="true" >}}
24+
1725

1826
## Contribute
1927

Binary file not shown.

0 commit comments

Comments
 (0)