ybsh
ybsh
As I mentioned above, I tried Python's [```trace``` module](https://docs.python.org/2/library/trace.html) configuring all the options except for file I/O related ones, but there seems to be no effective way to list the...
@LWisteria When the source and destination of ```copy_from_device_async()``` are both device memory objects (cl_mem), should it raise an error, or execute ```EnqueueCopyBuffer``` just as in ```copy_from_device()```?
@LWisteria Thank you for your advice, and sorry that was off-topic. Aside from the error handling issue above, I think it is necessary to migrate CuPy's Event/Stream classes first, as...
Regarding the migration of CUDA Stream, @LWisteria told me an issue for that has already been created: https://github.com/fixstars/clpy/issues/5
Talked with @LWisteria about who should work on this issue . We agreed that this task is more appropriate for an intern, considering this task seems to require a fair...
Memo: these slides by NVIDIA explain the basic concepts of CUDA stream very well. https://developer.download.nvidia.com/CUDA/training/StreamsAndConcurrencyWebinar.pdf