• Triston's avatar
    [Fix] Fix compiler warnings - part 1 (#4051) · 1ad65879
    Triston authored
    
    
    * Fix a cub compile error for CUDA 11.5
    
    * Fix comparison of integer expressions of different signedness in coo_sort.cu file
    
    * Fix comparison of integer expressions of different signedness in cuda_compact_graph.cu file
    
    * Remove never referenced variable in spmm.cu
    
    * Fix comparison of integer expressions of different signedness in rowwise_pick.h file
    
    * Fix comparison of integer expressions of different signedness in choice.cc file
    
    * Remove never referenced variable col_data in spat_op_impl_coo.cc
    
    * Remove never referenced variable allowed in global_uniform.cc
    
    * Fix comparison of integer expressions of different signedness in graph.cc
    
    * Fix comparison of integer expressions of different signedness in graph_apis.cc
    
    * Fix the un-used ctx variable in ndarray_partition.cc file for cpu only build
    
    * Fix comparison of integer expressions of different signedness in libra_partition.cc
    
    * Fix comparison of integer expressions of different signedness in graph_op.cc
    Co-authored-by: default avatarTriston Cao <tristonc@nvidia.com>
    Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
    1ad65879
libra_partition.cc 25 KB