cublasLt_examples
cublasLt_examples copied to clipboard
Complete examples of the cublasLt libraries. More information can be found in Section 3 of the CUBLAS programming guide. https://docs.nvidia.com/cuda/pdf/CUBLAS_Library.pdf or https://docs.nvidia.com/...
Results
2
cublasLt_examples issues
Sort by
recently updated
recently updated
newest added
https://github.com/mnicely/cublasLt_examples/blob/bb82ffefbcb8d4f54e7aa101ba7a25f93dafabc1/cublasLt_INT8_TCs.cu#L85 Should be CUBLAS_COMPUTE_32I
Thanks for the cuBlasLT example. There is an issue when: - data is ordered in row-major format - the matrices are non-squared For example, changing: ``calculate( i, i, i );...