Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some type conversion warnings on MSVC. (#4009)
``` [build] D:\dev\projects\iree\third_party\torch-mlir\lib\Conversion\TorchToTosa\TorchToTosa.cpp(3498): warning C4305: 'argument': truncation from 'double' to 'const T' [build] with [build] [ [build] T=float [build] ] [build] D:\dev\projects\iree\third_party\torch-mlir\lib\Conversion\TorchToTosa\TorchToTosa.cpp(3504): warning C4305: 'argument': truncation from 'double' to 'const T' [build] with [build] [ [build] T=float [build] ] ``` (Not sure why the half/one/three lines were warning free, might as well fix them too.
- Loading branch information