What are the error codes associated with cublasStatus_t enumerations?

Hi,

I’m writing a JNR binding to cuda 9.0 right now, and unlike cudaError_t’s documentation, cublas’ cublasStatus_t documentation doesn’t come along with the associated int codes (like 0 for CUBLAS_STATUS_SUCCESS, etc.)

I’ve found some of them from the JCuda project code, but CUBLAS_STATUS_LICENSE_ERROR is missing from that implementation and I would like to know the code for it, and the other enumeration types listed here. Thanks!