Skip to content

Replace Custom QR Decomposition with JAX Implementation #91

Description

@mj023

With jax-ml/jax#36442 JAX has now implemented a batched version of orgqr so that Q can now also be efficiently computed on GPU's . This should not be slower than our own custom version, since the matrices that we decompose are all relatively small. Therefore we should remove our custom implementation and again use the standard JAX implementation.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions