eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
104 stars 8 forks source link

Provide printf()-family functions #98

Open eyalroz opened 2 years ago

eyalroz commented 2 years ago

While this repository is C++-oriented - it is still useful to provide some C standard library functions, some of which are already available. Missing are the printf()-family of functions: Both printf() itself, as CUDA's printf() does not support several C99 printf features; and even more importantly, sprintf(), for returning formatted strings, or marshalling them before actually printf()'ing.