We have an implemented of ProjectionProfile for CUDA which locates in src/cuda/image_function_cuda.cuh and src/cuda/image_function_cuda.cu files. We have unit tests for CUDA functions which locate in penguinV/test/unit_tests/cuda/unit_test_image_function_cuda.cpp file. We need to add unit tests for mentioned above function.
We have an implemented of ProjectionProfile for CUDA which locates in
src/cuda/image_function_cuda.cuh
andsrc/cuda/image_function_cuda.cu
files. We have unit tests for CUDA functions which locate inpenguinV/test/unit_tests/cuda/unit_test_image_function_cuda.cpp
file. We need to add unit tests for mentioned above function.