eyalroz / cuda-kat

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

Device-side function for pretty-printing (part of a) column #5

Open eyalroz opened 5 years ago

eyalroz commented 5 years ago

This repo should have a device-side function (probably for a single thread to run) which pretty-prints a part of a column in GPU memory. It should be a well-pimped function with lots of knobs and levers for configuring the printing (elements per row, separators, inter-column spacing, width, chars vs numbers, numeric base, bit-resolution interpretation yes/no, true/false symbols for bits or booleans, indices at start of line, header lines yes/no etc.)