Skip to content
Snippets Groups Projects
Brent Edwards's avatar
removed due to membership expiration from project Aparapi / Aparapi Examples
Brent Edwards's avatar
commented on merge request !9 "feat: add Kernighan-Lee graph partitioning" at Aparapi / Aparapi Examples

I have made extensive documentation to the code, updated many names, and cleaned up the code extensively....

Brent Edwards's avatar
commented on merge request !9 "feat: add Kernighan-Lee graph partitioning" at Aparapi / Aparapi Examples

Thank you very much for your comments.

Brent Edwards's avatar
commented on merge request !9 "feat: add Kernighan-Lee graph partitioning" at Aparapi / Aparapi Examples

I am using an array here because the only way that I found to send data from the GPU was through the GPU writing arrays and the CPU reading it....

Brent Edwards's avatar
commented on merge request !9 "feat: add Kernighan-Lee graph partitioning" at Aparapi / Aparapi Examples

I have updated the name and the javadocs.

Brent Edwards's avatar
commented on merge request !9 "feat: add Kernighan-Lee graph partitioning" at Aparapi / Aparapi Examples

I have added checks within the code for the validity of these...

Brent Edwards's avatar
commented on merge request !9 "feat: add Kernighan-Lee graph partitioning" at Aparapi / Aparapi Examples

I have added checking for validity throughout the code.

Brent Edwards's avatar
commented on merge request !9 "feat: add Kernighan-Lee graph partitioning" at Aparapi / Aparapi Examples

I have fixed this. Thank you very much.

Brent Edwards's avatar
commented on merge request !9 "feat: add Kernighan-Lee graph partitioning" at Aparapi / Aparapi Examples

Thank you. I have done so.

Brent Edwards's avatar