You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a lecture based on the numba_cuda notebook written by @jstac with an introduction to basic concepts such as kernel declaration, kernel invocation, and other terminologies on GPU programming.
The text was updated successfully, but these errors were encountered:
Although it's not published yet, that example appears in the scipy lecture and then in the first parallelization lecture. We can then show how to solve it using numba cuda, and finally using JAX.
(These thoughts probably need to be broken out into separate issues but I'll leave them here for now.)
Add a lecture based on the numba_cuda notebook written by @jstac with an introduction to basic concepts such as kernel declaration, kernel invocation, and other terminologies on GPU programming.
The text was updated successfully, but these errors were encountered: