IntelLabs / HPAT.jl

High Performance Analytics Toolkit (HPAT) is a Julia-based framework for big data analytics on clusters.
BSD 2-Clause "Simplified" License
120 stars 16 forks source link

index test fails #15

Closed ehsantn closed 7 years ago

ehsantn commented 8 years ago

The test for index fails because there is an arraysize() call for the second dimension of a 1D array. Seems like a ParallelAccelerator issue.

HPAT/test/index_test.jl

DrTodd13 commented 7 years ago

I believe this has also been fixed.