issues
search
UbiquitousLearning
/
mllm
Fast Multimodal LLM on Mobile Devices
https://ubiquitouslearning.github.io/mllm_website
MIT License
504
stars
57
forks
source link
Feat: Optimize the operation process
#69
Closed
yirongjie
closed
7 months ago
yirongjie
commented
7 months ago
Optimize the operation process:
The process of running Op is: setup+execute;
The initial state of the activation Tensor is TENSOR_STATIC_INIT, and after Op's setup(), it changes to TENSOR_STATIC_READY. Afterwards, Op's execute() can be executed
Optimize the operation process: