gnnlab icon indicating copy to clipboard operation
gnnlab copied to clipboard

A Factored System for Sample-based GNN Training over GPUs

Results 4 gnnlab issues
Sort by recently updated
recently updated
newest added

Hey, I got an error `samgraph/commonn/cpu/cpu_device.cc:39 Check failed: e == cudaSuccess || e == cudaErrorCudartUnloading CUDA: os call failed or operation not supported on this OS` when running `/gnn_lab/example/samgraph/train_gcn.py`on papers100M...

Hey, I run the `/gnn_lab/example/samgraph/train_gcn.py` on reddit dataset after successfully installing the samgraph, however, the system raises an error `Resource temporarily unavailable` in `the line 133 of /gnn_lab/samgraph/common/engine.cc` but the...

My cudatookit version is cuda10.2, I download cub 1.10.0, but it does not work. Which version of cub should I use? Thank you for your assistance.

It seems that CUB_NS_QUALIFIER should be defined in the header file "dgl_cub.cuh", but after I add following into the header file, ``` #ifndef CUB_NS_QUALIFIER #define CUB_NS_QUALIFIER ::cub #endif ``` there...