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

[Vulkan][Runtime] Added dummy implementations for TVMStreamHandle operations #7969

Merged
merged 1 commit into from
May 4, 2021

Commits on May 3, 2021

  1. [Vulkan][Runtime] Added dummy implementations for TVMStreamHandle ope…

    …rations
    
    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.
    Lunderberg committed May 3, 2021
    Configuration menu
    Copy the full SHA
    03a0cdb View commit details
    Browse the repository at this point in the history