mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-28 18:39:16 +08:00
59 lines
1.6 KiB
XML
59 lines
1.6 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE entry SYSTEM "SamplesInfo.dtd">
|
||
|
<entry>
|
||
|
<name>nvJPEG</name>
|
||
|
<description><![CDATA[A CUDA Sample that demonstrates single and batched decoding of jpeg images using NVJPEG Library.]]></description>
|
||
|
<devicecompilation>whole</devicecompilation>
|
||
|
<includepaths>
|
||
|
<path>./</path>
|
||
|
<path>../</path>
|
||
|
<path>../../common/inc</path>
|
||
|
</includepaths>
|
||
|
<keyconcepts>
|
||
|
<concept level="basic">Image Decoding</concept>
|
||
|
<concept level="basic">NVJPEG Library</concept>
|
||
|
</keyconcepts>
|
||
|
<keywords>
|
||
|
<keyword>NVJPEG</keyword>
|
||
|
<keyword>JPEG Decoding</keyword>
|
||
|
</keywords>
|
||
|
<libraries>
|
||
|
<library>nvjpeg</library>
|
||
|
</libraries>
|
||
|
<librarypaths>
|
||
|
</librarypaths>
|
||
|
<nsight_eclipse>true</nsight_eclipse>
|
||
|
<primary_file>nvJPEG.cpp</primary_file>
|
||
|
<qatests>
|
||
|
<qatest>-i ../../../../Samples/nvJPEG/images/</qatest>
|
||
|
</qatests>
|
||
|
<required_dependencies>
|
||
|
<dependency>NVJPEG</dependency>
|
||
|
</required_dependencies>
|
||
|
<scopes>
|
||
|
<scope>1:CUDA Basic Topics</scope>
|
||
|
<scope>3:JPEG Decoding</scope>
|
||
|
</scopes>
|
||
|
<sm-arch>sm30</sm-arch>
|
||
|
<sm-arch>sm35</sm-arch>
|
||
|
<sm-arch>sm37</sm-arch>
|
||
|
<sm-arch>sm50</sm-arch>
|
||
|
<sm-arch>sm52</sm-arch>
|
||
|
<sm-arch>sm60</sm-arch>
|
||
|
<sm-arch>sm61</sm-arch>
|
||
|
<sm-arch>sm70</sm-arch>
|
||
|
<sm-arch>sm72</sm-arch>
|
||
|
<sm-arch>sm75</sm-arch>
|
||
|
<supported_envs>
|
||
|
<env>
|
||
|
<arch>x86_64</arch>
|
||
|
<platform>linux</platform>
|
||
|
</env>
|
||
|
</supported_envs>
|
||
|
<supported_sm_architectures>
|
||
|
<from>3.0</from>
|
||
|
</supported_sm_architectures>
|
||
|
<title>NVJPEG simple</title>
|
||
|
<type>exe</type>
|
||
|
</entry>
|