CUDALibrarySamples icon indicating copy to clipboard operation
CUDALibrarySamples copied to clipboard

Encoding performance test of nvJPEG library

Open pytho12 opened this issue 2 years ago • 3 comments

I hope you can open up the test code for nvJPEG encoding capabilities, thank you very much.

pytho12 avatar Nov 30 '23 07:11 pytho12

Will look into adding an encoder sample in this repo. For now you can take a look at this sample - https://github.com/NVIDIA/cuda-samples/tree/master/Samples/4_CUDA_Libraries/nvJPEG_encoder. Let me know if you have any issues

zohebk-nv avatar Dec 04 '23 21:12 zohebk-nv

But this code was tested using one thread and did not fully utilize the GPU. Is it a code that tests encoding performance with multiple threads at the same time?

pytho12 avatar Dec 05 '23 02:12 pytho12

No, we currently dont have an example for encoder which uses multiple cpu threads

zohebk-nv avatar Dec 06 '23 21:12 zohebk-nv