In the bzip branch, cudpp_globals.h contains
#define CHAR_BIT 8
This is defined (on OS X, and probably on other platforms) in limits.h.
Because it's likely this refers to a CUDA value of bits in a char rather than a
host-platform value, I propose to replace CHAR_BIT with CUDA_CHAR_BIT
everywhere it appears.
Ritesh, Mark, comments?
Original issue reported on code.google.com by jow...@gmail.com on 28 Jun 2012 at 5:03
Original issue reported on code.google.com by
jow...@gmail.com
on 28 Jun 2012 at 5:03