Can cuda::event and cuda::stream be used with CUDA 12.9?
#6968
-
|
If so, what is the best way to do this? From the documentation these do not appear to be experimental features. I understand I would need the latest CCCL, which I believe should support CUDA 12.x. I have followed the example set out here to get the latest version. Unfortunately it cannot find the These are the versions of the various components I am using: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello @j-horner! Thank you for reporting this, it's a documentation bug on our end. We haven't exposed the |
Beta Was this translation helpful? Give feedback.
Hello @j-horner!
Thank you for reporting this, it's a documentation bug on our end. We haven't exposed the
cuda/eventheader yet. While we are fixing this, consider including#include <cuda/stream>instead. It should transitively include required headers.