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.
The same test using hornet_insert_weighted_test seems to work a first
But I have noticed that if I remove the line responsible for inserting the update batch into hornet the test still passes.
Am I missing something? Thanks a lot for any reply.
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.
The same test using hornet_insert_weighted_test seems to work a first
But I have noticed that if I remove the line responsible for inserting the update batch into hornet the test still passes.
Am I missing something? Thanks a lot for any reply.