andersbll / cudarray

CUDA-based NumPy
MIT License
233 stars 61 forks source link

multiplication op fix #62

Closed casperdcl closed 7 years ago

casperdcl commented 7 years ago

must've been copied from addition op before...

andersbll commented 7 years ago

Sorry about the late reply, good you caught the error on reduce with multiplication. Also, nice use of #pragma unroll. Thanks! :)