Where are you working on atomics?
On Tuesday, March 17, 2015 at 3:21:39 PM UTC-4, Kiran Pamnany wrote: > > The threading model is loop parallelism--OpenMP-like parallel blocks and > for loops with static scheduling only (for now). There are three forms, > demonstrated in test/threads.jl. I'm working on atomics and locks--there's > some discussion going on about portable implementations. Given those, > threadid() and nthreads(), it should be possible to implement any > concurrent data structure in Julia. >
