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
Hi
I am new to vllm and I am trying to learn about the CUDA implementation.
I added a print statement to the host side code of attention_kernel.cu file.
To be specific, I added the following line of code:
py::print("simple message\n");
However, running a test with this change did not print the message I added to the .cu file.
Can someone let me know what I am missing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am new to vllm and I am trying to learn about the CUDA implementation.
I added a print statement to the host side code of attention_kernel.cu file.
To be specific, I added the following line of code:
py::print("simple message\n");
However, running a test with this change did not print the message I added to the .cu file.
Can someone let me know what I am missing?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions