Closed markkimsal closed 1 year ago
Hey @markkimsal, yes it is. That way we avoid these GPU checks when it will never be used.
I hope a CI for the Pull Requests will help me avoid these mistakes.
Thanks for the report ✌🏼
I'm closing the issue now that the MR has been sent. Thanks for the contribution.
Everytime
NDArray_VMEMCPY_D2D
is referenced in ndarray.c it is wrapped in ifdef HAVE_CUBLAS check except in broadcast.This results in an implicit function declaration warning
Is it correct to simply wrap this call in a check for HAVE_CUBLAS?