diff options
author | Determinant <[email protected]> | 2015-06-05 16:56:33 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-06-05 16:56:33 +0800 |
commit | eba6049a82455499c68ee875843b6f44d6164fa5 (patch) | |
tree | 318485b878b80bf1ebfe5bcea4eecf014561f97e /matrix/cuda_helper.h | |
parent | b6b85c02db6a44c17957d7b59cf68494da822a0b (diff) |
add close method for ChunkFile, fix #18
Diffstat (limited to 'matrix/cuda_helper.h')
-rw-r--r-- | matrix/cuda_helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matrix/cuda_helper.h b/matrix/cuda_helper.h index 88619fd..d6effdb 100644 --- a/matrix/cuda_helper.h +++ b/matrix/cuda_helper.h @@ -52,10 +52,10 @@ static const char *cublasGetErrorString(cublasStatus_t err) { return "CUBLAS_STATUS_EXECUTION_FAILED"; case CUBLAS_STATUS_INTERNAL_ERROR: return "CUBLAS_STATUS_INTERNAL_ERROR"; - case CUBLAS_STATUS_NOT_SUPPORTED: +/* case CUBLAS_STATUS_NOT_SUPPORTED: return "CUBLAS_STATUS_NOT_SUPPORTED"; case CUBLAS_STATUS_LICENSE_ERROR: - return "CUBLAS_STATUS_LICENSE_ERROR"; + return "CUBLAS_STATUS_LICENSE_ERROR"; */ } return "<unknown>"; } |