c3sr / pangolin

6 stars 0 forks source link

Illegal memory access in tc_edge_binary.cuh line 32 #13

Closed cwpearson closed 5 years ago

cwpearson commented 5 years ago

Only occurs in p2p-Gnutella04

cwpearson commented 5 years ago

https://github.com/c3sr/pangolin/blob/6683574c49b401396a432a942df0353e0ca4b0ae/include/pangolin/algorithm/tc_edge_binary.cuh#L32

cwpearson commented 5 years ago

Also only occurs with the upperTriangularFilter

    auto upperTriangularFilter = [](pangolin::EdgeTy<uint64_t> e) {
      return e.first < e.second;
    };
cwpearson commented 5 years ago

Bug was actually in a bad matrix file on a test system.