yaoyaoding commented on issue #292: URL: https://github.com/apache/tvm-ffi/issues/292#issuecomment-3597875857
As a comparison, it takes less than `0.2` seconds for 10M case using the existing methods. ``` (apache-tvm-ffi) yaoyaod@yaoyaod-ldt:~$ time python repos/tvm-ffi/python/tvm_ffi/utils/embed_cubin.py --output-obj output.obj --input-obj b.o --cubin a.cubin --name kernel ✓ Created /home/yaoyaod/output.obj real 0m0.170s user 0m0.092s sys 0m0.078s ``` -- 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]
