8ffcfac437
Add support for inter-node communication using sockets and InfiniBand/RoCE.
Improve latency.
Add support for aggregation.
Improve LL/regular tuning.
Remove tests as those are now at github.com/nvidia/nccl-tests .
[ROCm/rccl commit: f93fe9bfd9]
14 wiersze
193 B
Makefile
Executable File
14 wiersze
193 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_install:
|
|
PREFIX=debian/tmp dh_auto_install
|
|
|
|
override_dh_auto_test:
|
|
# Do not make test
|
|
|
|
override_dh_auto_clean:
|
|
# Do not make clean
|