I want to write an encryption algorithm works in ECB mode. I choose CUDA and I started studying the CUDA_C_Programming guide. For my algorithm, the input is the video file. Is it fine, getting the input from the host and do the processing in the device and writing back results to the host? When I write the results, it should be written parallel at different locations in a file? is my idea work out in cuda c? please give suggestions.
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)