Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] PagedKVCache fetching compute stream when copy stream is needed (…
…#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.
- Loading branch information