-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi all,
I am trying to build the library on my mac and hit the following build failure:
Building CXX object tests/native/CMakeFiles/gemv_no_ambig.dir/gemv_no_ambig.cpp.o
/Users/lberge/Research/kokkos_eco/sources/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,
| ~~~~~~~~~~~~~~~~^
My compiler version is:
Apple clang version 16.0.0 (clang-1600.0.26.4)
Target: arm64-apple-darwin23.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working