I want to perform a CUDA operation in LabVIEW to transfer multiple files in parallel to the GPU, and then perform arithmetic operations on the GPU, and then save the data in a new file. I found out that in order to perform operations in the GPU we need to create a DLL file and then import it into LabVIEW, but I do not know how to do it. Can you give me an example of a similar operation?
source share