Open Pavanmahaveer7 opened 6 months ago
HI, I been trying to work on a case of utilizing atomic ops as added within kernel to do sparse matrix & vector multplication. how can we improve the performance of this .
Atomic operations inside computationally intensive core kernels(hot loop) is generally not a good idea if performance is priority.
HI, I been trying to work on a case of utilizing atomic ops as added within kernel to do sparse matrix & vector multplication. how can we improve the performance of this .