Skip to content

LINALG_HAS_EXECUTION not strict enough for some clang compilers? #332

Description

@amklinv-nnl

See https://github.com/amklinv-nnl/stdBLAS/actions/runs/27846446639/job/82416543257#logs for details. This test guards all references to std::execution with LINALG_HAS_EXECUTION, which doesn't appear to be strict enough for certain clang compilers.

/Users/runner/work/stdBLAS/stdBLAS/tests/native/gemv_no_ambig.cpp:47:43: error: no member named 'par' in namespace 'std::execution'
47 | matrix_vector_product(std::execution::par,

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