mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-25 04:29:18 +08:00
56 lines
1.4 KiB
XML
56 lines
1.4 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>
|
|
<required_dependencies>
|
|
<dependency>NVJPEG</dependency>
|
|
</required_dependencies>
|
|
<scopes>
|
|
<scope>1:CUDA Basic Topics</scope>
|
|
<scope>3:JPEG Decoding</scope>
|
|
</scopes>
|
|
<supported_envs>
|
|
<env>
|
|
<arch>x86_64</arch>
|
|
<platform>linux</platform>
|
|
</env>
|
|
<env>
|
|
<platform>windows</platform>
|
|
</env>
|
|
<env>
|
|
<arch>ppc64le</arch>
|
|
<platform>linux</platform>
|
|
</env>
|
|
<env>
|
|
<arch>aarch64</arch>
|
|
</env>
|
|
</supported_envs>
|
|
<supported_sm_architectures>
|
|
<from>3.0</from>
|
|
</supported_sm_architectures>
|
|
<title>NVJPEG simple</title>
|
|
<type>exe</type>
|
|
</entry>
|