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
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
In a future 2.0 release of the notes, we might consider updating this to include patterns we use in practice:
A lot of the lecture is about writing structs, which is something we generally discourage people from doing.
Could include the case of a problem involving some setup work and a repeatedly called kernel (i.e., when to use a function barrier, using inplace operations, etc.)
Maybe a few words on GPU stuff for linear algebra (possibly in advanced.)
Preallocation vs push!, broadcasting, array views, etc.
The text was updated successfully, but these errors were encountered:
In a future
2.0
release of the notes, we might consider updating this to include patterns we use in practice:struct
s, which is something we generally discourage people from doing.advanced
.)push!
, broadcasting, array views, etc.The text was updated successfully, but these errors were encountered: