Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE] Fix
pointless comparison
warning (pytorch#110227)
As Indeed `uint32_t(x) >= 0` is always true Warning typically looks as follows: ``` [337/1379] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/EmbeddingBag.cu.o ../aten/src/ATen/core/ivalue.h(1283): warning pytorch#186-D: pointless comparison of unsigned integer with zero Remark: The warnings can be suppressed with "-diag-suppress <warning-number>" ``` Pull Request resolved: pytorch#110227 Approved by: https://github.com/atalman, https://github.com/albanD
- Loading branch information