List Question
15 TechQA 2023-05-31T12:50:28.407000How can I have a CUDA stream wait for not-yet-scheduled work? (i.e. user-event-like pattern)
240 views
Asked by einpoklum
Is there a way to block and unblock a CUDA stream arbitrarily?
436 views
Asked by surabax
What is cuEventRecord guaranteed to do if it gets the default-stream's handle?
160 views
Asked by einpoklum
Reusing cudaEvent to serialize multiple streams
525 views
Asked by Jacob Faib
Recording elapsed time of CUDA kernels with cudaEventRecord() for multi-GPU program
2.2k views
Asked by nondefinite
Asynchronous behavior of CUDA events within a CUDA stream
738 views
Asked by kesari
cudaEventSynchronize vs cudaDeviceSynchronize
6.8k views
Asked by Bojian Zheng
What does a slice mean in cuda?
428 views
Asked by kh.chung
Is cudaEventRecord affected by the identity of the current device?
394 views
Asked by einpoklum
Non-blocking synchronization of streams in CUDA?
2.6k views
Asked by spfrnd
Can a CUDA event be fired from device-side code?
740 views
Asked by AGer
How can I unset a CUDA event?
857 views
Asked by psihodelia
Wait for event in subsequent stream
2.9k views
Asked by Nico Schertler
cudaStreamWaitEvent does not seem to wait
4.8k views
Asked by Markus-Hermann
Will cudaStreamWaitEvent block the host?
1.3k views
Asked by Hailiang Zhang