accelerate
68f54720
- Fix the size of int and bool type when computing module size (#2411)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Fix the size of int and bool type when computing module size (#2411) * According to the code in set_module_tensor_to_device, uint, int and bool type won't be converted, so let's keep its original size, or the module size will be under-estimated.
References
#2411 - Fix the size of int and bool type when computing module size
Author
notsyncing
Parents
46f1391b
Loading