[GitHub] [tvm] jverma-quic commented on a diff in pull request #12971: [Hexagon] Add support for instrumentation based profiling for Hexagon

2022-10-20 Thread GitBox
jverma-quic commented on code in PR #12971: URL: https://github.com/apache/tvm/pull/12971#discussion_r1001031039 ## python/tvm/contrib/hexagon/hexagon_profiler.py: ## @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license a

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12971: [Hexagon] Add support for instrumentation based profiling for Hexagon

2022-10-13 Thread GitBox
jverma-quic commented on code in PR #12971: URL: https://github.com/apache/tvm/pull/12971#discussion_r995129105 ## src/runtime/hexagon/profiler/README.md: ## @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + +# Hexagon lightweight instrumentation based profiling (LWP) + +For H

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12971: [Hexagon] Add support for instrumentation based profiling for Hexagon

2022-10-05 Thread GitBox
jverma-quic commented on code in PR #12971: URL: https://github.com/apache/tvm/pull/12971#discussion_r988348030 ## src/driver/driver_api.cc: ## @@ -252,6 +255,10 @@ Array CreatePassList(bool disable_loop_partition) { pass_list.push_back( tir::transform::CommonSubexprE

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12971: [Hexagon] Add support for instrumentation based profiling for Hexagon

2022-10-05 Thread GitBox
jverma-quic commented on code in PR #12971: URL: https://github.com/apache/tvm/pull/12971#discussion_r988347062 ## src/runtime/hexagon/profiler/README.md: ## @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + +# Hexagon lightweight instrumentation based profiling (LWP) + +For H

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12971: [Hexagon] Add support for instrumentation based profiling for Hexagon

2022-10-05 Thread GitBox
jverma-quic commented on code in PR #12971: URL: https://github.com/apache/tvm/pull/12971#discussion_r988345984 ## src/runtime/hexagon/profiler/README.md: ## @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + +# Hexagon lightweight instrumentation based profiling (LWP) + +For H

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12971: [Hexagon] Add support for instrumentation based profiling for Hexagon

2022-10-05 Thread GitBox
jverma-quic commented on code in PR #12971: URL: https://github.com/apache/tvm/pull/12971#discussion_r988341928 ## src/runtime/hexagon/profiler/lwp_handler.S: ## @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license a

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12971: [Hexagon] Add support for instrumentation based profiling for Hexagon

2022-10-05 Thread GitBox
jverma-quic commented on code in PR #12971: URL: https://github.com/apache/tvm/pull/12971#discussion_r988341680 ## src/tir/transforms/profile_instrumentation.cc: ## @@ -0,0 +1,287 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor licen