Looks nice and fun but the "see-through" font for the titles in the screenshots gives me some deep and primordial unease, not sure why.
https://en.wikipedia.org/wiki/Astigmatism Maybe?
GPU Puzzles
11–20 of 44 posts
Re: GPU Puzzles
#12I made these a couple of years ago as a teaching exercise for https://minitorch.github.io/ . At the time the resources for doing anything on GPUs were pretty sparse and the NVidia docs were quite challenging. These days there are great resources for going deep on this topic. The CUDA-mode org is particularly great, both their video series and PMPP reading groups.
Alternatively, any other places that discuss the same topics, including some code? I could only find equivalent discussions with code in Pyro docs and Kevin Murphy's book, volume 2. But these are more sparse as they also cover many other topics.
Re: GPU Puzzles
#13 # FILL ME IN (roughly 2 lines)
if local_i
Results in a failed assertion: AssertionError: Wrong number of indices
But the test cell beneath it will still pass?Re: GPU Puzzles
#14Re: GPU Puzzles
#15pools are in dire need of cuda developers
Re: GPU Puzzles
#16I made these a couple of years ago as a teaching exercise for https://minitorch.github.io/ . At the time the resources for doing anything on GPUs were pretty sparse and the NVidia docs were quite challenging. These days there are great resources for going deep on this topic. The CUDA-mode org is particularly great, both their video series and PMPP reading groups.
Slightly offtopic, but any chance you could update or re-upload code for your https://github.com/harvardnlp/DeepLatentNLP tutorial? I found the NLP latent variable models discussed there really interesting, and notebooks were excellent. However, these seem gone and the only thing left are slides? Alternatively, any other places that discuss the same topics, including some code? I could only find equivalent discussion…
Re: GPU Puzzles
#17I think this course is also relevant for some deeper context. https://gfxcourses.stanford.edu/cs149/fall23/lecture/datapar...
Re: GPU Puzzles
#18I made these a couple of years ago as a teaching exercise for https://minitorch.github.io/ . At the time the resources for doing anything on GPUs were pretty sparse and the NVidia docs were quite challenging. These days there are great resources for going deep on this topic. The CUDA-mode org is particularly great, both their video series and PMPP reading groups.
Not sure if your comment is to discourage someone from going through this.
Re: GPU Puzzles
#19Either puzzle 4 has a bug in it or I'm losing my mind. (Possible answer to solution below, so don't read if you want to go in fresh) # FILL ME IN (roughly 2 lines) if local_i Results in a failed assertion: AssertionError: Wrong number of indices But the test cell beneath it will still pass?
Re: GPU Puzzles
#20I made these a couple of years ago as a teaching exercise for https://minitorch.github.io/ . At the time the resources for doing anything on GPUs were pretty sparse and the NVidia docs were quite challenging. These days there are great resources for going deep on this topic. The CUDA-mode org is particularly great, both their video series and PMPP reading groups.
Thanks Sasha - this looks like a great resource.Just to be clear, would you recommend going through other newer resources than this instead? Not sure if your comment is to discourage someone from going through this.