avulisha opened a new pull request, #10953:
URL: https://github.com/apache/tvm/pull/10953

   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 <[email protected]>
   Signed-off-by: Anurag Kumar Vulisha <[email protected]>
   
   Thanks for contributing to TVM!   Please refer to guideline 
https://tvm.apache.org/docs/contribute/ for useful information and tips. After 
the pull request is submitted, please request code reviews from 
[Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers)
 by @ them in the pull request thread.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to