[Compilation Warning Fix] comparison between signed and unsigned integer expressions (#807)
The compilation warning is fixed.
src/runtime/graph/graph_runtime.cc:392:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
CHECK(data_byte_size == size)
~~~~~~~~~~~~~~~^~~~
/mnt/D_DRIVE/work/nnvm_22_Jan/nnvm_latest/tvm/dmlc-core/include/dmlc/logging.h:109:9: note: in definition of macro ‘CHECK’
if (!(x)) \
^
Showing
Please
register
or
sign in
to comment