YukeWang96 / GNNAdvisor_OSDI21

Artifact for OSDI'21 GNNAdvisor: An Adaptive and Efficient Runtime System for GNN Acceleration on GPUs.
https://yukewang96.github.io/OSDI21_AE/
63 stars 20 forks source link

Errors raised for large datasets like Reddit #6

Closed Yangxc13 closed 2 years ago

Yangxc13 commented 2 years ago

Thanks for your good work. But I find your code does not work for large datasets like Reddit with around 233k nodes and 115m edges. It raises the error 'CUDA error: an illegal memory access was encountered'.

I perform further experiments. I find the code works fine if I keep only 30m edges. But the same error is raised when I keep 40m edges.

I also test it on other large datasets like LiveJournal-d and com-orkut. They have similar performance.

Best wishes

Yangxc13 commented 2 years ago

Update: we find this error only happens when enable_rabbit==True