HumbleKingFull Member
Posts: 38 · Reputation: 340
#1Apr 10, 2024, 02:29 AM
Anyone got tips or tutorials on running the Kangaroo algorithm/scripts in Python on GPUs instead of CPUs? Has anyone here actually done this or know the process? I’ve come across using numba.jit to move specific functions to the GPU, but I really need to run the entire Kangaroo script, not just bits and pieces. Any help would be awesome. Thanks!