CUDA code not working for advent of code 2024 day 17 part 2
I have tried to bruteforce part two of this problem using cuda.
Separate `cudaMalloc` and `cudaMemcpy` in different functions?
I am using cuda to accelarate my code, in which I process every images in a loop. Each image is processed on GPU via cuda.