CUBLASSTATUSMAINVALIDVALUE
CUBLASSTATUSMAINVALIDVALUE is an error code returned by the CUBLAS (CUDA Basic Linear Algebra Subprograms) library. This specific status indicates that a mathematical operation within CUBLAS encountered an invalid value. This typically occurs when the input arguments provided to a CUBLAS function are not within the expected or permissible range for that particular operation.
Common causes for CUBLASSTATUSMAINVALIDVALUE include passing NaN (Not a Number) or infinity values in the input
To resolve this error, developers should carefully examine the data being passed to CUBLAS functions. Input