KernelFunctions.jl icon indicating copy to clipboard operation
KernelFunctions.jl copied to clipboard

Unnecessary collect?

Open willtebbutt opened this issue 5 years ago • 0 comments

#159 has thrown up a couple of issues. In particular, to get the tests to pass I had to modify this line with an additional call to collect.

Would be good to get to the bottom of what's going on here for performance reasons.

If you're interested in tackling this, the simplest way to get started is to run the tests locally having reverted this line to it's former collect-free state.

willtebbutt avatar Sep 25 '20 17:09 willtebbutt