Hi,
I am trying to compile an example label_image which is used to recognize objects in images in C++.\
But the build fails.
I am getting the following error on TX2 :
’ with regcount of 92
nvlink error : entry function ‘_Z24ncclReduceKernel_max_u328ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z24ncclReduceKernel_max_f328ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z24ncclReduceKernel_max_u648ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z23ncclReduceKernel_max_u88ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z26ncclReduceLLKernel_max_i648ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z26ncclReduceLLKernel_max_f648ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z25ncclReduceLLKernel_max_i88ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z26ncclReduceLLKernel_max_i328ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z26ncclReduceLLKernel_max_f168ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z26ncclReduceLLKernel_max_u328ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z26ncclReduceLLKernel_max_f328ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z26ncclReduceLLKernel_max_u648ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
nvlink error : entry function ‘_Z25ncclReduceLLKernel_max_u88ncclColl’ with max regcount of 80 calls function ‘_Z27ncclReduceScatterLL_sum_f64P14CollectiveArgs’ with regcount of 92
INFO: Elapsed time: 304.214s, Critical Path: 67.11s, Remote (0.00% of the time): [queue: 0.00%, setup: 0.00%, process: 0.00%]
INFO: 487 processes: 487 local.
FAILED: Build did NOT complete successfully