aws / aws-ofi-nccl

This is a plugin which lets EC2 developers use libfabric as network provider while running NCCL applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misleading comparison on unsigned integer

rauteric opened this issue · comments

if (allocation_count <= 0) {

allocation_count is unsigned so can't be < 0.