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

Handle different behavior for singular dimensions between Julia 0.4 and 0.5. #95

Closed DrTodd13 closed 8 years ago

DrTodd13 commented 8 years ago

Julia 0.4 strips only TRAILING singular dimensions whereas 0.5 strips all singular dimensions. Need to probably do a version check for 0.5 and handle the stripped dimensions differently.

DrTodd13 commented 8 years ago

An initial fix e1c462e.

DrTodd13 commented 8 years ago

It now seems to be working so will close this and open new issue as individual problems arise.