avulisha commented on PR #10953: URL: https://github.com/apache/tvm/pull/10953#issuecomment-1097565953
> Hi @avulisha (cc @mei-ye), I want to try this. What is your typical workflow? For example, I want to capture the trace from running https://github.com/apache/tvm/blob/main/apps/topi_recipe/gemm/cuda_gemm_square.py. > > It looks like I need to press "Capture profile" button in the profiler UI, but the script quickly finishes before I am able to start capturing. So I'm wondering how you typically workaround that issue. I do see `tvm/src/runtime/vulkan/vulkan_instance.cc:65: Push VK_EXT_debug_utils` logged. Hi @masahi , As Mei was mentioning, the run is very short for the RGP tool to capture the traces. For testing, we can use the frontend tests to capture the traces. "TVM_FFI=ctypes python -m pytest -v tests/python/frontend/onnx/test_forward.py" There are many tests that would be run as a part of frontend tests, allowing the RGP tool to capture the traces. Thanks, Anurag -- 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]
