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 .
14 lines
193 B
Makefile
Executable File
14 lines
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
|