Free GPU memory */
| 968 | |
| 969 | /** Free GPU memory */ |
| 970 | void clear() { |
| 971 | random.reallocate(0); |
| 972 | } |
| 973 | |
| 974 | /** Sample edges for naive parallel. This function can be parallelized. */ |
| 975 | void naive_sample(int start, int end) { |
nothing calls this directly
no test coverage detected