hornet-gt / hornet

Hornet data structure for sparse dynamic graphs and matrices
BSD 3-Clause "New" or "Revised" License
78 stars 31 forks source link

allocateOOPEdgeDeletion does not work #14

Closed kaatish closed 6 years ago

kaatish commented 6 years ago

Calling allocateEdgeDeletion with OUT_OF_PLACE batch_property results in the following error.

HOST error
/hornet/include/Core/GPUHornet/Batch/BatchAllocateAndCopy.i.cuh(108) [ allocateOOPEdgeDeletion ]

cuMalloc with multiple arguments should be tested
kaatish commented 6 years ago

Fixed by #21