Go Hacker. Mistake maker. (he/him)
-
Google
- Cambridge, MA
- http://research.swtch.com/
- @_rsc
Highlights
- 1 discussion answered
Block or Report
Block or report rsc
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
844 contributions in the last year
Less
More
Contribution activity
January 2022
Created 5 commits in 5 repositories
Created a pull request in robpike/ivy that received 8 comments
ivy: use parallel execution when possible
At least for built-in functions, element-wise or row-wise operations can safely run each element/row in parallel. This lets Ivy use all of a comput…
+255
−157
•
8
comments
Opened 2 other pull requests in 2 repositories
robpike/ivy
1
open
google/wire
1
merged
Reviewed 1 pull request in 1 repository
robpike/ivy
1 pull request
Created an issue in robpike/ivy that received 2 comments
vector-indexed indexing and assignment don't generalize
Consider:
% ivy
x = 3 4 rho iota 9 x[2][2 3]
6 7
This works fine today. But now consider
x[2 3]
5 6 7 8
9 1 2 3 x[2 3][1 4]
index 4 out of range (…
2
comments