Charlie Lin
Charlie Lin
* Extend code in `pass_manager.cpp:run_passes(prog, root_mod, passes, trace)` to handle updating the cached shape from `op.compute_shape(shape_inputs, mod_inputs)` when `mod_inputs` shape changes. * Currently, the cached shape is not updated when...
We currently only have a C++ API example for using dynamic batch. We need to make an example using the Python API and dynamic batch.
* Both APIs need to be updated to allow for dynamic batch to be used with user allocated device memory * Related to #1720 and #1734
* The C/C++ API needs to be updated to handle creating and allocating tuple arguments * This is required for using the C/C++ API with dynamic batch with `offload_copy =...