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
Copy file name to clipboardExpand all lines: src/doc/trpl/academic-research.md
+29-2Lines changed: 29 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,5 +42,32 @@ Recommended for inspiration and a better understanding of Rust's background.
42
42
43
43
### Papers *about* Rust
44
44
45
-
*[GPU programming in Rust](http://www.cs.indiana.edu/~eholk/papers/hips2013.pdf)
46
-
*[Parallel closures: a new twist on an old idea](https://www.usenix.org/conference/hotpar12/parallel-closures-new-twist-old-idea) - not exactly about rust, but by nmatsakis
45
+
*[GPU Programming in Rust: Implementing High Level Abstractions in a
46
+
Systems Level
47
+
Language](http://www.cs.indiana.edu/~eholk/papers/hips2013.pdf). Early GPU work by Eric Holk.
0 commit comments