Aharrypotter commented on issue #19519:
URL: https://github.com/apache/tvm/issues/19519#issuecomment-4788566870

   Hi @tlopex — I went back through the remaining unchecked boxes for **G. 
Resource / variable / hashtable operators**; with the PRs below, all of them 
are now fully addressed. Quick status:
   
   **G. Resource / variable / hashtable operators — all landed & tested**
   - `VAR_HANDLE`, `READ_VARIABLE`, `ASSIGN_VARIABLE`, `HASHTABLE`, 
`HASHTABLE_IMPORT`, `HASHTABLE_SIZE` — Landed in #19639 (handles resource 
variable state capture and static hashtable metadata initialization inside the 
`CALL_ONCE` subgraph).
   - `HASHTABLE_FIND` — Landed in #19879 (supports static `string` -> `int64` 
lookups on constant tables, fully lowered to a pure Relax tensor implementation 
using `expand_dims`, `equal`, `argmax`, `take`, and `where` to enable 
compile-time constant folding).
   
   I think Section G can be checked off now. Please let me know if I've 
mischaracterized anything.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to