Skip to content

Matrix inversion for CuArray #116

Closed
Closed
@xukai92

Description

@xukai92

inv is not defined for CuArray

I attempted to use a wrap over CuArrays.CUBLAS.matinv_batched, i.e. Base.inv(x::CuArray{<:Real,2}) = CuArrays.CUBLAS.matinv_batched([x])[2][1]. But this only supports matrix smaller than 32x32.

Any idea how to support it formally?

Metadata

Metadata

Assignees

No one assigned

    Labels

    cuda arrayStuff about CuArray.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions