eyalroz/cuda-kat

Provide printf()-family functions

eyalroz opened this issue · 0 comments

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.