cppfastio / fast_io

Freestanding fast input/output for C++20
MIT License
664 stars 55 forks source link

Todo: Nvidia CUDA support #730

Open trcrsired opened 6 months ago

trcrsired commented 6 months ago

The library is mostly constexpr, but maybe we can make it better by using cudaMalloc something like that to allocate heap memory on the GPU?

MacroModel commented 1 week ago

No need to support