adstraw commented on a change in pull request #10713:
URL: https://github.com/apache/tvm/pull/10713#discussion_r839937009



##########
File path: src/runtime/hexagon/hexagon/hexagon_buffer.cc
##########
@@ -84,7 +84,7 @@ struct VTCMAllocation : public Allocation {
     // allocate nbytes of vtcm on a single page
     HEXAGON_SAFE_CALL(HAP_compute_res_attr_set_vtcm_param(&res_info, 
/*vtcm_size = */ nbytes,
                                                           /*b_single_page = */ 
1));
-    context_id_ = HAP_compute_res_acquire(&res_info, /*timeout = */ 10000);
+    context_id_ = HAP_compute_res_acquire(&res_info, /*timeout = */ 0);

Review comment:
       Let's add a `TODO` here to come back and root cause the hang with 
non-zero timeout.




-- 
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