hornetsnest icon indicating copy to clipboard operation
hornetsnest copied to clipboard

High-Performance Streaming Graph Analytics on GPUs

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

[https://github.com/hornet-gt/XLib/blob/ded93b18da8bed55f1c96bb8e6e83e8078ffd969/include/Device/Util/SafeCudaAPI.cuh](url) ``` template typename std::enable_if::type cuFreeAux(const char* file, int line, const char* func_name, T& ptr) noexcept { using R = typename xlib::remove_const_ptr::type; auto& ptr1 = const_cast(ptr); //Issue: The following two...

[https://github.com/hornet-gt/hornetsnest/blob/master/src/Static/KatzCentrality/Katz.cu](url)

[https://github.com/hornet-gt/hornet/blob/master/include/Core/DataLayout/DataLayout.i.cuh](url) One example shown below and there are additional similar issues. : ``` 178 template 179 void AoS::initialize(const void* (&array)[sizeof...(TArgs)], 180 int num_items) noexcept { 181 _num_items = num_items; 182...