NVIDIA / stdexec

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

Compiler Explorer integration #612

Closed ccotter closed 1 year ago

ccotter commented 2 years ago

As P2300 gets more traction, Compiler Explorer support would go a long way. Sharing code snippets, testing out sample code, and importantly, spreading knowledge and awareness along the way.

What would we need to make this happen? Happy to help.

ccotter commented 1 year ago

@ericniebler - what do you think? I tested this with a local instance of compiler explorer and it looks good. If you're on board, I can work with the compiler explorer folks to make this happen.

jrhemstad commented 1 year ago

Already under way :)

https://github.com/compiler-explorer/compiler-explorer/pull/4201

maikel commented 1 year ago

This can be closed, correct? AFAIK, there is a nightly mirror for CE.

jrhemstad commented 1 year ago

Indeed, this is already done.