Kiriti Gowda 4e78bca06a Updates - Compiler & GFX ID (#77)
* Compiler updates

* GFX - ID updates

* CMakeLists - Updates
2024-11-19 14:47:05 -05:00
2024-11-19 14:47:05 -05:00
2024-11-07 15:13:48 -08:00
2024-11-19 14:47:05 -05:00
2024-11-19 14:47:05 -05:00

MIT licensed

rocJPEG is a high performance JPEG decode SDK for AMD GPUs. Using the rocJPEG API, you can access the JPEG decoding features available on your GPU.

Note

The published documentation that includes installation and build instructions is available at rocJPEG in an organized, easy-to-read format, with search and a table of contents. The documentation source files reside in the docs folder of this repository. As with all ROCm projects, the documentation is open source. For more information on contributing to the documentation, see Contribute to ROCm documentation

Installation folders

  • Libraries are located in: /opt/rocm/lib
  • Header files are located in: /opt/rocm/include/rocjpeg
  • Samples are located in: /opt/rocm/share/rocjpeg
  • Documentation is located in: /opt/rocm/share/doc/rocjpeg

Samples

Samples that decode JPEG images are available under samples in this repository. Refer to the individual folders to build and run the samples.

Verifying your installation using samples and tests

To verify your installation using a sample application, run:

mkdir rocjpeg-sample && cd rocjpeg-sample
cmake /opt/rocm/share/rocjpeg/samples/jpegDecode/
make -j8
./jpegdecode -i /opt/rocm/share/rocjpeg/images/mug_420.jpg

To verify your installation using the rocjpeg-test package, run:

mkdir rocjpeg-test && cd rocjpeg-test
cmake /opt/rocm/share/rocjpeg/test/
ctest -VV

Docker

You can find rocJPEG Docker containers under develop/docker in this repository.

S
Описание
No description provided
Readme 282 MiB
Languages
C++ 67.5%
C 20.6%
Python 6.6%
CMake 3.4%
Shell 0.6%
Разное 1.1%