Skip to content

Segfault in ldiv #943

Description

@luraess

DFTK users report segfault using AMDGPU in their routines.

A MWE reproduces the issue:

using AMDGPU
using LinearAlgebra

# Any tall ROCMatrix triggers it
A = ROCArray(randn(Float64, 10, 5))
b = ROCArray(randn(Float64, 10))

F = qr(A)
F \ b

A fix is avail in #941

cc @mfherbst

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions