2019-01-23 04:04:43 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE entry SYSTEM "SamplesInfo.dtd">
|
|
|
|
<entry>
|
|
|
|
<name>nvJPEG</name>
|
2022-01-13 14:05:24 +08:00
|
|
|
<cuda_api_list>
|
2022-10-15 08:43:37 +08:00
|
|
|
<toolkit>cudaHostAlloc</toolkit>
|
|
|
|
<toolkit>cudaStreamCreateWithFlags</toolkit>
|
2022-01-13 14:05:24 +08:00
|
|
|
<toolkit>cudaStreamDestroy</toolkit>
|
|
|
|
<toolkit>cudaFree</toolkit>
|
|
|
|
<toolkit>cudaEventSynchronize</toolkit>
|
2022-10-15 08:43:37 +08:00
|
|
|
<toolkit>cudaEventRecord</toolkit>
|
2022-01-13 14:05:24 +08:00
|
|
|
<toolkit>cudaFreeHost</toolkit>
|
|
|
|
<toolkit>cudaStreamSynchronize</toolkit>
|
2022-10-15 08:43:37 +08:00
|
|
|
<toolkit>cudaMalloc</toolkit>
|
|
|
|
<toolkit>cudaEventElapsedTime</toolkit>
|
2022-01-13 14:05:24 +08:00
|
|
|
<toolkit>cudaGetDeviceProperties</toolkit>
|
2022-10-15 08:43:37 +08:00
|
|
|
<toolkit>cudaEventCreate</toolkit>
|
2022-01-13 14:05:24 +08:00
|
|
|
</cuda_api_list>
|
2019-01-23 04:04:43 +08:00
|
|
|
<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>
|
2022-01-13 14:05:24 +08:00
|
|
|
<path>../../../Common</path>
|
2019-01-23 04:04:43 +08:00
|
|
|
</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>
|
2019-08-03 01:45:47 +08:00
|
|
|
<env>
|
|
|
|
<platform>windows</platform>
|
|
|
|
</env>
|
|
|
|
<env>
|
|
|
|
<arch>ppc64le</arch>
|
|
|
|
<platform>linux</platform>
|
|
|
|
</env>
|
|
|
|
<env>
|
2022-01-13 14:05:24 +08:00
|
|
|
<platform>qnx</platform>
|
2019-08-03 01:45:47 +08:00
|
|
|
</env>
|
2019-01-23 04:04:43 +08:00
|
|
|
</supported_envs>
|
|
|
|
<supported_sm_architectures>
|
2022-01-13 14:05:24 +08:00
|
|
|
<from>3.5</from>
|
2019-01-23 04:04:43 +08:00
|
|
|
</supported_sm_architectures>
|
|
|
|
<title>NVJPEG simple</title>
|
|
|
|
<type>exe</type>
|
|
|
|
</entry>
|