You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know how to modify to multi-stream, where can I see if it is multi-stream?
The following code can only be 0, because config.get_stream() is NULL.
in libcuda/cuda_runtime_api.cc:941
struct CUstream_st *stream = config.get_stream();
The text was updated successfully, but these errors were encountered:
I want to know how to modify to multi-stream, where can I see if it is multi-stream?
The following code can only be 0, because config.get_stream() is NULL.
in libcuda/cuda_runtime_api.cc:941
struct CUstream_st *stream = config.get_stream();
The text was updated successfully, but these errors were encountered: