Skip to content

Commit 6bc8564

Browse files
author
pevnak
committed
added link to gpu vs tpu
1 parent 5d45a7a commit 6bc8564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/lectures/lecture_11/lecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,10 +943,10 @@ When we wish to launch kernel using `@cuda (config...) function(args...)`, the j
943943
* [SIMD < SIMT < SMT: parallelism in NVIDIA GPUs](http://yosefk.com/blog/simd-simt-smt-parallelism-in-nvidia-gpus.html)
944944
* [Blog by Mike Innes on GPU programming and gradients for free](http://mikeinnes.github.io/2017/08/24/cudanative.html)
945945
* [Tutorial on GPU programming at JuliaCon 2021](https://www.youtube.com/watch?v=Hz9IMJuW5hU)
946-
* [Materials for tutorial on GPU programming at JuliaCon 2021](https://github.com/maleadt/juliacon21-gpu_workshop/blob/main/deep_dive/CUDA.ipynb)
947946
* [Using CUDA Warp-Level Primitives](https://developer.nvidia.com/blog/using-cuda-warp-level-primitives/)
948947
* https://juliagpu.org/post/2020-11-05-oneapi_0.1/
949948
* https://www.youtube.com/watch?v=aKRv-W9Eg8g
949+
* [GPU vs TPU](https://jax-ml.github.io/scaling-book/gpus/)
950950
* [Kernels without borders: Parallel programming with KernelAbstractions.jl, Tim Bessard, 2015](https://www.youtube.com/watch?v=F4S6LpLPO7A&list=PLP8iPy9hna6TJMLEiZZiWAXlyGtOyJSL7&index=21)
951951

952952
[^bpf]: https://ebpf.io/

0 commit comments

Comments
 (0)