eyalroz / cuda-kat

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

Cull some of the printing.cuh code #22

Closed eyalroz closed 4 years ago

eyalroz commented 5 years ago

printing.cuh currently has some redundant code, some unused code, code that's really not GPU-specific in any way, and code which may not be significant enough to publish as part of the library.

I should make a pass over the file and remove most/all of this code.

eyalroz commented 4 years ago

The file is gone - in favor of the self-identifying printf'ing ostream. Is this a good trade-off? Not entirely sure, since the new mechanism takes ages to compile, despite being much more comfortable to write when you use templated code.