Quan (Andy) Gan
Quan (Andy) Gan
You could specify CUDA compiler flags with `CUDA_NVCC_FLAGS` variable. If you want to specify compute capability 8.0 you will have to do it manually with `-DCUDA_ARCH_NAME=Manual -DCUDA_ARCH_BIN='30;35;50;60;70;80'` (essentially the list...
@mufeili The PR is about setting affinitization of CPU sampling workers so that the worker processes stays on the same CPU throughout the process to avoid overhead of context switches....
Thanks for your contribution! Our tutorials and documentations are all written in reStructuredText (rst). Could you reformat them? That allows us to interlink between different documentation pages easily. I think...
Could you join our Slack channel (or DM me your WeChat ID in discussion forum https://discuss.dgl.ai) so we can discuss about the details?
Did you run this on CPU or GPU? If on GPU, could you try on CPU and see if the issue still occurs?
Fixed in 0.9.1.
Duplicate of #3670.
A couple more suggestions regarding C++: * C++ extension support: since we now have more and more dependencies and compiling already takes quite a while, it's time to allow people...
Could you figure out what the population and the number of samples are? Since when sampling without replacement we are doing rejection sampling, if the number of samples is very...
Could you try ``` pip install dgl -f https://data.dgl.ai/wheels/repo.html ``` If the above doesn't work, could you try downloading the `macosx_11_0_arm64` wheel with the appropriate Python version from https://data.dgl.ai/wheels/repo.html and...