What is your question?
environment:
- cuda SDK: 12.1
- compute_cap: 7.5
But I got compile error when compiling rmm/cuda_stream_view.hpp
/data/workspace/conda/envs/cuvs/include/rmm/cuda_stream_view.hpp:21:10: fatal error: cuda/stream_ref: No such file or directory 21 | #include <cuda/stream_ref> |
I also checked path /usr/local/cuda/include/cuda, there is no stream_ref in it.
could anyone help me fix the compile issue?
thanks!