IntelLabs / ParallelAccelerator.jl

The ParallelAccelerator package, part of the High Performance Scripting project at Intel Labs
BSD 2-Clause "Simplified" License
294 stars 32 forks source link

A crash related to ranges. #39

Closed DrTodd13 closed 8 years ago

DrTodd13 commented 8 years ago

using ParallelAccelerator

@acc function f() W = zeros(5, 5) s = sum(W[:,3]) end

f()

lkuper commented 8 years ago

Duplicate of #38. :)