Closed DrTodd13 closed 8 years ago
using ParallelAccelerator
@acc function f() W = zeros(5, 5) s = sum(W[:,3]) end
f()
Duplicate of #38. :)
using ParallelAccelerator
@acc function f() W = zeros(5, 5) s = sum(W[:,3]) end
f()