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

[Fix] PagedKVCache fetching compute stream when copy stream is needed #16714

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

MasterJH5574
Copy link
Contributor

This PR fixes an issue in PagedKVCache, where a compute stream will always be fetched. For backends like WebGPU, the GetCurrentStream function is not implemented, which leads to an error when fetching the compute stream.

This PR fixes an issue in PagedKVCache, where a compute stream will
always be fetched. For backends like WebGPU, the `GetCurrentStream`
function is not implemented, which leads to an error when fetching
the compute stream.
@tqchen tqchen merged commit 981009d into apache:main Mar 13, 2024
19 checks passed
thaisacs pushed a commit to thaisacs/tvm that referenced this pull request Apr 3, 2024
…apache#16714)

This PR fixes an issue in PagedKVCache, where a compute stream will
always be fetched. For backends like WebGPU, the `GetCurrentStream`
function is not implemented, which leads to an error when fetching
the compute stream.
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

Successfully merging this pull request may close these issues.

2 participants