(no title)
couchand | 1 year ago
This particular algorithm is focused on GPUs, so I'm not clear on the applicability. However I did want to clear up the idea that there are no concurrency concerns for single-threaded library code, an assumption that's been the source of many bugs.
loeg|1 year ago
gpderetta|1 year ago
Some algorithms are both thread safe and reentrancy safe, but generally this is not the case.