taichi icon indicating copy to clipboard operation
taichi copied to clipboard

[Lang] Support sparse matrix on GPU

Open FantasyVR opened this issue 3 years ago • 1 comments

Related issue = #2906 Related PR = https://github.com/taichi-dev/taichi/pull/4904

The sparse matrix on GPU is based on the cuSparse library. In this pr, the user can only build the sparse matrix with CSR format. And the input of the sparse matrix builder is ti.ndarray. To check the useability, Spmv operation is implemented. More arithmetic operations like (+, -, *) need to be added in the future.

FantasyVR avatar Jun 16 '22 05:06 FantasyVR

Deploy Preview for docsite-preview ready!

Name Link
Latest commit 2dc766a6a5c11baf24796b40537059f7091ddaac
Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/62fb9b5d29aea90008b30577
Deploy Preview https://deploy-preview-5185--docsite-preview.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Jun 16 '22 05:06 netlify[bot]