GPUGraphLayout icon indicating copy to clipboard operation
GPUGraphLayout copied to clipboard

An experimental GPU accelerated implementation of ForceAtlas2

Results 5 GPUGraphLayout issues
Sort by recently updated
recently updated
newest added

E.g. using `./graph_viewer gpu 500 0 wg 5 1 approximate edgelist . ` results in `error: (GPUassert) an illegal memory access was encountered (error 77). ../../src/RPGPUForceAtlas2.cu:232` Possibly because gravitational force...

bug

Running on a GeForce RTX 3090 (Ampere architecture) the code stalls in the `SortKernel`. Possibly because certain threads no longer co-reside on the same multiprocessor during shared memory reductions in...

bug

Hi I have followed every steps. But I am getting stuck at the last part and can not produce the layout. Can you please tell me what I am doing...

bug

Working on this.

enhancement
on-hold