Matlab Support for float32/single and float16/half datatypes in GPU Sparse Matrix Multiplication
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Anthony
le 30 Août 2024
Réponse apportée : Joss Knight
le 31 Août 2024
Is there a timeline for Matlab support for single (float32) and half (float16) datatypes for the non-zero values in GPU sparse matrices and for compatible float32/float16 gpu-accelerated sparse matrix multiplication?
This functionality exists in the underlying sparse CUDA libraries, and I believe it would be possible for users to compile their own MEX files to perform this task. However, considering the computational and memory efficiency that could be achieved by widening the functionality of sparse GPU matrices to float32/float16 non-zero values, I believe there exists a significant enough underlying demand for this functionality in Matlab to justify adding it in a future release. This is especially relevant when using very large GPU sparse matrices, which ultimately overwhelm the VRAM of most commercial GPUs.
0 commentaires
Réponse acceptée
Walter Roberson
le 30 Août 2024
This is not scheduled for R2024b.
If there is a timeline, then it is not publically available.
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Sparse Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!