lecture-source-jl icon indicating copy to clipboard operation
lecture-source-jl copied to clipboard

Need for Speed Updates

Open arnavs opened this issue 6 years ago • 0 comments

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.

arnavs avatar Jul 17 '19 16:07 arnavs