arrayfire / arrayfire-rust

Rust wrapper for ArrayFire
BSD 3-Clause "New" or "Revised" License
810 stars 58 forks source link

Set correct number of dimensions for convolve2_nn and convolve2_gradient_nn #324

Closed c0dearm closed 2 years ago

c0dearm commented 2 years ago

Fixes issue https://github.com/arrayfire/arrayfire-rust/issues/323

9prady9 commented 2 years ago

Sorry about the incorrect fix and thanks for looking into it. Can you please fix the clippy errors.

c0dearm commented 2 years ago

@9prady9 those are unrelated to my changes, but I can invest some time fixing them if you wish

9prady9 commented 2 years ago

Ah i see, opencl-interop package. If you could fix them quickly, that would be great. I can't get to it right away.

c0dearm commented 2 years ago

@9prady9 done!

c0dearm commented 2 years ago

I can't merge it because of permissions, please do it yourself @9prady9