ece459 icon indicating copy to clipboard operation
ece459 copied to clipboard

Missing closing bracket

Open lyihongl opened this issue 2 years ago • 0 comments

https://github.com/jzarnett/ece459/blob/master/lectures/L22.tex#L187

( as the calculation of forces is called from the host, and such global functions can call device functions but not other global functions. Device functions can call only other device functions. So it makes it clear where the entry points are from host code. In some OOP-sense, you could consider the device functions to be ``private'', not that I encourage you to think that way.

lyihongl avatar Feb 17 '23 04:02 lyihongl