[GitHub] [tvm] manupa-arm commented on issue #8978: [Bug][VTA][OpenCL] If allowed to allocate in stack, VTA multiple target test will fail

2021-09-15 Thread GitBox
manupa-arm commented on issue #8978: URL: https://github.com/apache/tvm/issues/8978#issuecomment-920268526 Also for some reason, if we really need the tir.allocate to be translated down to as a stack placement, we should probably make the tir.allocate with storage_scope = "local" to

[GitHub] [tvm] manupa-arm commented on issue #8978: [Bug][VTA][OpenCL] If allowed to allocate in stack, VTA multiple target test will fail

2021-09-15 Thread GitBox
manupa-arm commented on issue #8978: URL: https://github.com/apache/tvm/issues/8978#issuecomment-920219633 Thanks for flagging this! IIUC, This is problematic for micro because now the constant sized allocates are forced to be placed on stack (bypassing TVMPlatformAllocate