Completed
Challenges
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Massive Parallelism with GPUs in Java
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Disclaimers
- 3 Topics
- 4 Where is Java used
- 5 Bring GPUs to Java
- 6 Floating threads
- 7 Changing number of threads
- 8 Rememba clever
- 9 Use cases
- 10 Where GPUs are being used
- 11 AI vs Poker
- 12 What makes a GPU good
- 13 What type of GPU
- 14 HPC cards
- 15 GPU
- 16 CPU
- 17 Good at
- 18 Bad at
- 19 Things to know
- 20 Java Code
- 21 CUDA Code
- 22 Random Native Method
- 23 Example
- 24 Namemangling
- 25 Debug
- 26 Simple way
- 27 Sorting numbers
- 28 JIT compiler
- 29 JIT print
- 30 Benchmarks
- 31 Advanced
- 32 Big Data
- 33 Spark GPU
- 34 Machine Running Libraries
- 35 Challenges
- 36 Bad C code
- 37 GPUs in Java