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

[Runtime][Vulkan] Add RGP support to TVM for vulkan device #10953

Merged
merged 1 commit into from
Apr 13, 2022

Commits on Apr 11, 2022

  1. [Runtime][Vulkan] Add RGP support to TVM for vulkan device

    RGP(Raedon GPU Profiler) is a tool used to analyze the applications
    run on AMD GPU. RGP captures the data based on VKPresent and provides
    the hardware specific information. Allowing the developer to optimize
    the application. To add RGP support to TVM, debug labels "AmdFrameBegin"
    and "AmdFrameEnd" need to be inserted into the vulkan queue.These Labels
    helps the RGP tool to understand the start|end of frame when no present
    is available. Thus enabling the RGP tool to capture and analyze the data.
    
    At runtime, set the envirnoment variable "TVM_USE_AMD_RGP=1" to start
    inserting the Debug Labels into the vulkan queue.
    
    Signed-off-by: Wilkin Chau <Wing-Ki.ChauWilkin@amd.com>
    Signed-off-by: Anurag Kumar Vulisha <AnuragKumar.Vulisha@amd.com>
    avulisha authored and avulisha committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    81286c8 View commit details
    Browse the repository at this point in the history