yurivict opened a new issue #20833:
URL: https://github.com/apache/incubator-mxnet/issues/20833


   clang-12 complains:
   ```
   
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.0/src/operator/quantization/quantized_elemwise_mul.cc:141:31:
 warning: implicit conversion from 'const size_t' (aka 'const unsigned int') to 
'float' changes value from 2147483647 to 2147483648 
[-Wimplicit-const-int-float-conversion]
       float output_data_range = kInt32Range;
             ~~~~~~~~~~~~~~~~~   ^~~~~~~~~~~
   ```
   
   This looks like a real bug - the value get accidentally changed.
   
   Version: 1.9.0
   OS: FreeBSD 13


-- 
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: issues-unsubscr...@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to