^self life asString
Saturday, October 4, 2014
cudaMemcpyAsync
First step in pinpointing illegal memory accesses in CUDA asynchronous memory transfers:
#ifdef DEBUG
#define cudaMemcpyAsync(D, S, N, T, STR) \
(cudaMemcpy((D), (S), (N), (T)))
#endif
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)