rapidsai / cuhornet

BSD 3-Clause "New" or "Revised" License
25 stars 26 forks source link

Failing tests #62

Open z1ko opened 1 year ago

z1ko commented 1 year ago

Hi, I have downloaded the repo from master and i have noticed that multiple tests are not working in my system. I am using an RTX3060 12GB, CUDA version 11.8, Ubuntu 20.04, Driver Version 531.41

hornet_insert_test and hornet_delete_test fail with all graphs (directed and undirected) and batch sizes. Here I have used cage15.mtx as an example with a batch size of 10000. I get an error for all the edges.

Screenshot 2023-04-13 121302 Screenshot 2023-04-13 121415

The same test using hornet_insert_weighted_test seems to work a first

Screenshot 2023-04-13 122607

But I have noticed that if I remove the line responsible for inserting the update batch into hornet the test still passes.

Screenshot 2023-04-13 123709 Immagine 2023-04-13 124335

Am I missing something? Thanks a lot for any reply.