pika icon indicating copy to clipboard operation
pika copied to clipboard

Attempt to replace `pika::invoke` and `pika::function` with `std` equivalents

Open msimberg opened this issue 2 years ago • 2 comments

Assuming we don't require our own version for e.g. CUDA and the replacements actually work, we need to take care that the following don't get worse:

  • compile time
  • debug bloat
  • runtime performance

msimberg avatar Jun 16 '22 15:06 msimberg

This can be done as part of cleaning up the functional module in #16.

msimberg avatar Aug 09 '22 07:08 msimberg

The main blocker here is supporting annotations through the standard library facilities.

msimberg avatar Dec 08 '22 14:12 msimberg