imalsogreg commented on a change in pull request #6741: URL: https://github.com/apache/incubator-tvm/pull/6741#discussion_r512011355
########## File path: rust/tvm-sys/src/datatype.rs ########## @@ -83,6 +83,10 @@ impl DataType { DataType::new(DL_FLOAT_CODE, bits, lanes) } + pub const fn float32() -> DataType { Review comment: if this is `float32`, should the old `float` be renamed to `float64` (to avoid clashing with `float` vs. `double` size intuition?) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org