[GitHub] [tvm] cconvey commented on a diff in pull request #13256: [Hexagon] Add HVX quant conv2d implementation

2022-11-29 Thread GitBox
cconvey commented on code in PR #13256: URL: https://github.com/apache/tvm/pull/13256#discussion_r1034881781 ## cmake/modules/Hexagon.cmake: ## @@ -178,6 +178,15 @@ if(BUILD_FOR_HEXAGON) "${TVMRT_SOURCE_DIR}/hexagon/ops/*.cc" ) + include_directories( +"${TVMRT_SOU

[GitHub] [tvm] cconvey commented on a diff in pull request #13256: [Hexagon] Add HVX quant conv2d implementation

2022-11-29 Thread GitBox
cconvey commented on code in PR #13256: URL: https://github.com/apache/tvm/pull/13256#discussion_r1034851072 ## src/runtime/hexagon/ops/conv2d.h: ## @@ -75,15 +77,31 @@ inline void* to_ptr(uintptr_t v) { return reinterpret_cast(v); } inline uintptr_t to_uint(void* ptr) { ret

[GitHub] [tvm] cconvey commented on a diff in pull request #13256: [Hexagon] Add HVX quant conv2d implementation

2022-11-29 Thread GitBox
cconvey commented on code in PR #13256: URL: https://github.com/apache/tvm/pull/13256#discussion_r1034756650 ## cmake/modules/Hexagon.cmake: ## @@ -178,6 +178,15 @@ if(BUILD_FOR_HEXAGON) "${TVMRT_SOURCE_DIR}/hexagon/ops/*.cc" ) + include_directories( +"${TVMRT_SOU