Skip to content

Parallel computations (multicore SGD)

Compare
Choose a tag to compare
@lukstafi lukstafi released this 12 May 13:21
· 1281 commits to master since this release

Attempt at parallelizing for multicore, failed in that the Gccjit backend computations are bottlenecked by memory accesses.
Further work in this direction would need to e.g. copy the relevant sub-tensors for each of the parallel tasks.