Skip to content

LAPACK tasks receive C-order inputs under inline PyTask execution #1058

Description

@sbahirnv

Under inline / fast-path PyTask execution, cuPyNumeric's LAPACK-backed tasks receive row-major
(C-order)
inputs, but LAPACK requires column-major (Fortran) layout. Inline execution bypasses
the mapper, so the Fortran layout that cuPyNumeric normally requests for LAPACK tasks
is never applied; the store is instead created as hardcoded C-order.

This affects solve, qr, svd and any other cuPyNumeric task that relies on the
mapper honoring its column-major layout request.

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

    bugSomething isn't working

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions