^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
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment