forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Vulkan][Runtime] Added dummy implementations for TVMStreamHandle ope…
…rations (apache#7969) rpc_runner_run interacts with stream handlers following PR apache#7819. Vulkan currently executes adds everything into a single command buffer per CPU thread, so there isn't a corresponding concept of streams. Therefore, added no-op implementations for these DeviceAPI methods. Co-authored-by: Eric Lunderberg <elunderberg@octoml.ai>
- Loading branch information
1 parent
69eb4e9
commit 21c5831
Showing
1 changed file
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters