andersbll / cudarray

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

Casting the dev_ptr to avoid pedantic compiler errors for arithmetic operation on void* pointers #19

Closed malzantot closed 8 years ago

malzantot commented 8 years ago

Casting the dev_ptr to avoid pedantic compiler errors for arithmetic on void* pointers.

Solving issue https://github.com/andersbll/cudarray/issues/18