oleg_fov
@oleg_fov
694
subscribers
820
links
FOV aka Field of View
main:
@oleg_log
halp:
@olegkovalov
Download Telegram
Join
oleg_fov
694 subscribers
oleg_fov
#cpp
#gpu
#perf
#algo
#cuda
https://www.youtube.com/watch?v=75LcDvlEIYw
YouTube
CppCon 2018: Olivier Giroux “High-Radix Concurrent C++”
http://CppCon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2018
—
In this talk we will share the joy of seeing ordinary C++ concurrent code, doing ordinary concurrent things in…
oleg_fov
#gpu
#cpp
#cuda
#memory
https://www.youtube.com/watch?v=VogqOscJYvk
YouTube
The One-Decade Task: Putting std::atomic in
CUDA
. - Olivier Giroux - CppCon 2019
http://CppCon.org
Discussion & Comments: https://www.reddit.com/r/cpp/
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2019
—
The One-Decade Task: Putting std::atomic in
CUDA
.
Some tasks…
oleg_fov
#cpp
#cuda
#gpu
#hardware
https://www.youtube.com/watch?v=86seb-iZCnI
YouTube
CppCon 2017: Olivier Giroux "Designing (New) C++ Hardware”
http://CppCon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2017
—
You can run C++ on any computer you want, as long as it pretends it is an 80’s computer. Conveniently most computers…
oleg_fov
#cpp
#cuda
https://www.youtube.com/watch?v=aY3iD0dzsiw
YouTube
Writing elegant host-side
CUDA
code in Modern C++
Hello
CUDA
community,
On February 24th, we talked about writing elegant host-side
CUDA
code in Modern C++.
Speaker:
Eyal Rozenberg
Abstract:
C++ developers who learn to program GPUs using
CUDA
notice a strange
discrepancy: You can write your kernels in…
oleg_fov
#gpu
#cuda
#cpp
https://www.youtube.com/watch?v=g78qaeBrPl8
YouTube
The
CUDA
C++ Standard Library by Bryce Adelstein Lelbach
CUDA
C++ is a extension of the ISO C++ language which allows you to use familiar C++ tools to write parallel programmings that run on GPUs. However, one essential C++ tool has been missing from device-side
CUDA
C++; the C++ standard library. But not any …