NVIDIA / stdexec

`std::execution`, the proposed C++ framework for asynchronous and parallel programming.
Apache License 2.0
1.58k stars 161 forks source link

Is it support compiling nvexec::stream_context header with clang++? #1397

Closed MoFHeka closed 1 week ago

MoFHeka commented 2 months ago

I want to be able to compile the nvexec runtime in nvc++, then compile the main body of the program in clang++, and then link them together. But the stream_context is created in outside the code compiled with nvc++.

ericniebler commented 1 month ago

clang-cuda is part of stdexec's test matrix. i do try to keep it working but only as time allows. it's not my top priority.