Skip to content

Latest Commits Causing Compile Errors for File alltoall.cu #354

@benjaminli-microsoft

Description

@benjaminli-microsoft

Compiling the nccl repo throws the following errors, all of them in the file alltoall.cu. Nothing has changed on our end for our build process.

alltoall.cu(218): error: expected a ";"
    ncclBarrierSession<ncclCoopCta> bar { ncclCoopCta(), ncclTeamTagWorld(), gin, blockIdx.x };
                                        ^
alltoall.cu(219): error: name followed by "::" must be a class or namespace name
    bar.sync(ncclCoopCta(), cuda::memory_order_relaxed, ncclGinFenceLevel::Relaxed);
                                                        ^
alltoall.cu(235): error: identifier "ncclGin_SignalInc" is undefined
          size, ncclGin_SignalInc{signalIndex});
                ^
alltoall.cu(235): error: expected a ")"
          size, ncclGin_SignalInc{signalIndex});
                                 ^
alltoall.cu(241): error: identifier "ncclGin_SignalInc" is undefined
          size, ncclGin_SignalInc{signalIndex});
                ^
alltoall.cu(241): error: expected a ")"
          size, ncclGin_SignalInc{signalIndex});
                                 ^
alltoall.cu(258): error: name followed by "::" must be a class or namespace name
    bar.sync(ncclCoopCta(), cuda::memory_order_release, ncclGinFenceLevel::Relaxed);
                                                        ^
22 errors detected in the compilation of "alltoall.cu".
make[1]: *** [Makefile:59: /tmp/nccl-tests/build/alltoall.o] Error 2
make: *** [Makefile:20: src.build] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions