ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

790,192 results

eisfrosch
The Chaotic State of GPU Programming

GPUs have immensely contributed to various applications: in graphics, AI, scientific computing, you name it. But their ...

16:16
The Chaotic State of GPU Programming

297,612 views

10 months ago

eisfrosch
Why GPU Programming Is Chaotic

GPU programming is a mess. It relies on frameworks that are tied to specific devices, incompatible shading languages, and ...

18:19
Why GPU Programming Is Chaotic

173,919 views

5 months ago

Fireship
Mind-bending new programming language for GPUs just dropped...

What is the Bend programming language for parallel computing? Let's take a first look at Bend and how it uses a Python-like ...

4:01
Mind-bending new programming language for GPUs just dropped...

1,274,604 views

1 year ago

NVIDIA
Intro to CUDA  - An introduction, how-to, to NVIDIA's GPU parallel programming architecture

Introduction to NVIDIA's CUDA parallel architecture and programming model. Learn more by following @gpucomputing on twitter.

5:34
Intro to CUDA - An introduction, how-to, to NVIDIA's GPU parallel programming architecture

270,696 views

14 years ago

IBM Technology
GPUs: Explained

Check out IBM Cloud for GPUs → https://ibm.biz/BdPSfV In the latest in our series of lightboarding explainer videos, Alex Hudak is ...

7:29
GPUs: Explained

404,767 views

6 years ago

AMD
GPU Programming Concepts (Part 1)

In this video, presenter Noel Chalmers introduces GPU programing concepts specific to ROCm. CTA: https://www.amd.com/rocm ...

14:51
GPU Programming Concepts (Part 1)

29,424 views

5 years ago

Low Level
comparing GPUs to CPUs isn't fair

In my previous video, I talked about why CPUs cannot have thousands of cores. While this is true, due to thermal, electrical, and ...

6:30
comparing GPUs to CPUs isn't fair

323,864 views

2 years ago

the lemon
Intro to Graphics Programming (What it is and where to start)

This video provides a high-level explanation of graphics programming, as well as the essential knowledge to get started writing ...

5:40
Intro to Graphics Programming (What it is and where to start)

134,738 views

5 months ago

Simon Oz
CPU vs GPU | GPU Programming | Episode 1

Support this channel at: https://buymeacoffee.com/simonoz Code for animations and examples: ...

9:28
CPU vs GPU | GPU Programming | Episode 1

21,961 views

1 year ago

Fireship
CPU vs GPU vs TPU vs DPU vs QPU

What's the difference between a CPU and GPU? And what the heck is a TPU, DPU, or QPU? Learn the how computers actually ...

8:25
CPU vs GPU vs TPU vs DPU vs QPU

2,451,885 views

2 years ago

Low Level
Writing Code That Runs FAST on a GPU

In this video, we talk about how why GPU's are better suited for parallelized tasks. We go into how a GPU is better than a CPU at ...

15:32
Writing Code That Runs FAST on a GPU

641,805 views

4 years ago

Computerphile
What is CUDA? - Computerphile

What is CUDA and why do we need it? An Nvidia invention, its used in many aspects of parallel computing. We spoke to Stephen ...

11:41
What is CUDA? - Computerphile

474,318 views

8 months ago

Simon Oz
Modern GPU Architecture | GPU Programming

Support this channel at: https://buymeacoffee.com/simonoz Code for animations and examples: ...

11:39
Modern GPU Architecture | GPU Programming

19,292 views

1 year ago

Tushar Gautam
Mini Project: How to program a GPU? | CUDA C/C++

Matrix multiplication on a GPU using CUDA C/C++. Code Repository: https://github.com/tgautam03/xGeMM Video Notes: ...

12:53
Mini Project: How to program a GPU? | CUDA C/C++

64,774 views

1 year ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 435 - Easy GPU Programming With AdaptiveCpp (68x Faster!)

Awesome T-Shirts! Sponsors! Books! ☟☟ Episode details: https://github.com/lefticus/cpp_weekly/issues/26 Code Sample: ...

15:30
C++ Weekly - Ep 435 - Easy GPU Programming With AdaptiveCpp (68x Faster!)

19,017 views

1 year ago

Pragmatic AI Labs
Learn to Use a CUDA GPU to Dramatically Speed Up Code In Python

I explain the ending of exponential computing power growth and the rise of application-specific hardware like GPUs and TPUs.

9:06
Learn to Use a CUDA GPU to Dramatically Speed Up Code In Python

92,277 views

5 years ago

Python Simplified
CUDA Simply Explained - GPU vs CPU Parallel Computing for Beginners

In this tutorial, we will talk about CUDA and how it helps us accelerate the speed of our programs. Additionally, we will discuss the ...

19:11
CUDA Simply Explained - GPU vs CPU Parallel Computing for Beginners

316,360 views

4 years ago

NVIDIA Developer
CUDACast #10a - Your First CUDA Python Program

In this CUDACast video, we'll see how to write and run your first CUDA Python program using the Numba Compiler from ...

5:13
CUDACast #10a - Your First CUDA Python Program

154,500 views

8 years ago

Siraj Raval
An Introduction to GPU Programming with CUDA

If you can parallelize your code by harnessing the power of the GPU, I bow to you. GPU code is usually abstracted away by by the ...

10:00
An Introduction to GPU Programming with CUDA

374,153 views

8 years ago

NDC Conferences
Can I crunch numbers on my GPU from .NET? - Yes you can, and it's easy! - Tor Kristen Haugen

Nvidia's CUDA platform is the most popular framework for GPU-accelerated general computing (bar cloud solutions). But for a ...

15:51
Can I crunch numbers on my GPU from .NET? - Yes you can, and it's easy! - Tor Kristen Haugen

8,641 views

2 years ago

TechPrep
CPU vs GPU | Simply Explained

This is a solution to the classic CPU vs GPU technical interview question. Preparing for a technical interview? Checkout ...

4:01
CPU vs GPU | Simply Explained

254,694 views

1 year ago

Low Level Game Dev
How did I optimize my Physics Engine on the GPU! (OpenGL C++)

My 2D Physics Engine: https://youtu.be/ZOfMA8h4qO8 Full game guide video: https://youtu.be/XOs2qynEmNE My C++ Minecraft ...

5:57
How did I optimize my Physics Engine on the GPU! (OpenGL C++)

14,677 views

1 year ago

LaurieWired
Analyzing Deepseek's "undefined" NVIDIA PTX optimizations (with benchmarks!)

Two days ago, Deepseek surprised everyone with an "undefined-behavior" PTX optimization speeding up particular ML ...

13:46
Analyzing Deepseek's "undefined" NVIDIA PTX optimizations (with benchmarks!)

125,769 views

10 months ago

GlitchCityLA
SDL GPU - A new way forward for graphics programming | Evan Hemsley | Demo Night 2024 (6 of 8)

Evan Hemsley | https://moonside.games https://www.youtube.com/playlist?list=PLtmoJwN-6aAaPaM-dKvSV-UOfJgFFZZc7 ...

5:14
SDL GPU - A new way forward for graphics programming | Evan Hemsley | Demo Night 2024 (6 of 8)

747 views

4 months ago

Tushar Gautam
Must Know Technique in GPU Computing | Episode 4: Tiled Matrix Multiplication in CUDA C

Tiled (general) Matrix Multiplication from scratch in CUDA C. Code Repo: ...

8:42
Must Know Technique in GPU Computing | Episode 4: Tiled Matrix Multiplication in CUDA C

30,314 views

1 year ago