Announcement

Collapse
No announcement yet.

NVIDIA Releases DALI Library & nvJPEG GPU-Accelerated Library For JPEG Decode

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NVIDIA Releases DALI Library & nvJPEG GPU-Accelerated Library For JPEG Decode

    Phoronix: NVIDIA Releases DALI Library & nvJPEG GPU-Accelerated Library For JPEG Decode

    For coinciding with the start of the Computer Vision and Patern Recognition conference starting this week in Utah, NVIDIA has a slew of new software announcements...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    What is GPU-accelerated JPEG decompression useful for? Processing big batches of images?

    Comment


    • #3
      Seems useless for desktop use, even for batch editing images. Maybe some supercomputer/server working with JPG images will benefit.

      Comment


      • #4
        Originally posted by AsuMagic View Post
        Processing big batches of images?
        Seems like it. https://blogs.nvidia.com/blog/2018/0...e-datacenters/ You don't have to read the whole thing, just look at images, it will be very obvious.

        I can see the CPU and PCIe becoming bottlenecks when feeding several GPUs with pictures in datacenters optimized for data read throughput.
        Last edited by Ikaris; 19 June 2018, 01:54 PM.

        Comment


        • #5
          Originally posted by AsuMagic View Post
          What is GPU-accelerated JPEG decompression useful for? Processing big batches of images?
          My guess would be that it is helpful for images stored on local GPU memory. Otherwise i cant recall of a decompression delay in recent times.

          Comment


          • #6
            Originally posted by wizard69 View Post

            My guess would be that it is helpful for images stored on local GPU memory. Otherwise i cant recall of a decompression delay in recent times.
            Large jpeg images (e.g. from high-resolution DSLRs) can still take ~0.5 to 1 seconds to decode; you can see it when switching through them quickly with an image viewer like `eog` and the arrow keys. It can be very annoying.

            Comment


            • #7
              Originally posted by nh2_ View Post

              Large jpeg images (e.g. from high-resolution DSLRs) can still take ~0.5 to 1 seconds to decode; you can see it when switching through them quickly with an image viewer like `eog` and the arrow keys. It can be very annoying.
              Get a better image viewer with a better decoder.

              Comment


              • #8
                Originally posted by AsuMagic View Post
                What is GPU-accelerated JPEG decompression useful for? Processing big batches of images?
                As with most of Nvidia's recent activities, this is all about deep learning.

                Imagine training sets comprised of hundreds of thousands or millions of images. The benefits of reading these from storage and sending them to the GPU in the compressed domain, then having the GPU decode them should be self-evident. Even if it doesn't relieve a throughput bottleneck, having the GPU decode them is certainly more power-efficient.

                The talk of hybrid decoding suggests they're probably running the Huffman decoder on the CPU. As that's branch-heavy, serial code, it wouldn't make sense to waste GPU cycles on it.

                Comment


                • #9
                  Originally posted by carewolf View Post
                  Get a better image viewer with a better decoder.
                  Better yet, install libjpeg-turbo - a drop-in replacement for libjpeg:

                  Comment


                  • #10
                    Originally posted by carewolf View Post

                    Get a better image viewer with a better decoder.

                    He was most likely referring to Raw images taken with a DSLR camera, they get big, 40MB per picture or more. If the JPEG's are doing it, it's most likely the programs default adjutsments for viewing to liven them up a little.

                    But obviously this tech is for where you would need to decode massive amounts of jpeg data, like searching for a specific person via real-time face detection or whatever else they are cooking up...

                    Comment

                    Working...
                    X