lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
286 stars 94 forks source link

Clean up quda.h #54

Closed rbabich closed 12 years ago

rbabich commented 12 years ago

There are a few things at the end of quda.h that should be moved into quda_internal.h or somewhere else: CUERR, PRINTF, and "extern int verbose".

"verbose" itself should probably either be wrapped in a namespace or eliminated.

gshi commented 12 years ago

Those are the legacy code I used earlier, which should really be removed or replaced by the cudaCheckError()/printfQuda/etc. Feel free to clean it up.

maddyscientist commented 12 years ago

Wrapping verbose in a namespace will occur in #59 which will be 0.4.1.