NVIDIA / CUDALibrarySamples

CUDA Library Samples
Other
1.5k stars 311 forks source link

Encoding performance test of nvJPEG library #160

Open pytho12 opened 9 months ago

pytho12 commented 9 months ago

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

zohebk-nv commented 9 months ago

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

pytho12 commented 9 months ago

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?

zohebk-nv commented 9 months ago

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