Skip to content

Commit

Permalink
nccl was renamed to xccl
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Nov 29, 2024
1 parent 3ac794d commit de79ec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ configopts = ' --enable-cuda --with-cuda=$EBROOTCUDA --enable-ncclomb --with-ncc
local_benchmark_dirs = [
'libexec/osu-micro-benchmarks/mpi/%s' % x for x in ['collective', 'one-sided', 'pt2pt', 'startup']
] + [
'libexec/osu-micro-benchmarks/nccl/%s' % x for x in ['collective', 'pt2pt']
'libexec/osu-micro-benchmarks/xccl/%s' % x for x in ['collective', 'pt2pt']
]
modextrapaths = {'PATH': local_benchmark_dirs}

Expand Down

0 comments on commit de79ec7

Please sign in to comment.