Skip to content

Conversion to native sparse formats #8

Description

@gdalle

It would be nice to be able to convert your formats to the native storage options from e.g. CUDA, if only to compare performance of the custom kernels. Here's a tentative translation map:

This package CUDA.jl AMDGPU.jl oneAPI.jl Metal.jl
DeviceSparseMatrixCOO CuSparseMatrixCOO ROCSparseMatrixCOO oneSparseMatrixCOO
DeviceSparseMatrixCSC CuSparseMatrixCSC ROCSparseMatrixCSC oneSparseMatrixCSC
DeviceSparseMatrixCSR CuSparseMatrixCSR ROCSparseMatrixCSR oneSparseMatrixCSR
DeviceSparseVector CuSparseVector ROCSparseVector

In the header row, the links point to the Julia files where the formats are defined. In the table, the links point towards official backend documentation when it exists.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions