Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about multi-streaming #267

Open
weijizhen opened this issue Oct 28, 2022 · 1 comment
Open

about multi-streaming #267

weijizhen opened this issue Oct 28, 2022 · 1 comment

Comments

@weijizhen
Copy link

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();

@mattsinc
Copy link

I'm not sure I fully understand your question. If you have an application with multi-stream support (e.g., Huffman: https://github.com/accel-sim/gpu-app-collection/blob/release/src/cuda/rodinia/3.1/cuda/huffman/hist.cu#L89) it should run in GPGPU-Sim today. The line of code you point to would return 0 in an application that only has 1 stream though, because the default stream is stream 0.

So, are you running an application that has multiple streams?

Matt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants