Fix bazel test failure with mac llvm
This fix tries to address the issue raised in 24212 where
the bazel test for trt_allocator_test fails. The reason was that
1ul is unsigned long while uint64_t is unsigned long long.
This fix fixes the issue.
Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment