Following Installing NCCL I install NCCL:
sudo apt install libnccl2=2.4.2-1+cuda10.0 libnccl-dev=2.4.2-1+cuda10.0
But I can't find nccl.h.
After I install NCCL, where is nccl.h?
Following Installing NCCL I install NCCL:
sudo apt install libnccl2=2.4.2-1+cuda10.0 libnccl-dev=2.4.2-1+cuda10.0
But I can't find nccl.h.
After I install NCCL, where is nccl.h?
-xdev
to preventfind
from descending into other mounted filesystems. You can likely also root the search at/usr/include
instead of/
. – steeldriver Apr 17 '19 at 19:28