2019-08-03 01:45:47 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE entry SYSTEM "SamplesInfo.dtd">
|
|
|
|
<entry>
|
|
|
|
<name>nvJPEG_encoder</name>
|
2022-01-13 14:05:24 +08:00
|
|
|
<cuda_api_list>
|
|
|
|
<toolkit>cudaFree</toolkit>
|
2022-10-15 08:43:37 +08:00
|
|
|
<toolkit>cudaGetErrorString</toolkit>
|
2022-01-13 14:05:24 +08:00
|
|
|
<toolkit>cudaEventSynchronize</toolkit>
|
2022-10-15 08:43:37 +08:00
|
|
|
<toolkit>cudaDeviceSynchronize</toolkit>
|
|
|
|
<toolkit>cudaEventRecord</toolkit>
|
2022-01-13 14:05:24 +08:00
|
|
|
<toolkit>cudaMalloc</toolkit>
|
2022-10-15 08:43:37 +08:00
|
|
|
<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-08-03 01:45:47 +08:00
|
|
|
<description><![CDATA[A CUDA Sample that demonstrates single encoding 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-08-03 01:45:47 +08:00
|
|
|
</includepaths>
|
|
|
|
<keyconcepts>
|
|
|
|
<concept level="basic">Image Encoding</concept>
|
|
|
|
<concept level="basic">NVJPEG Library</concept>
|
|
|
|
</keyconcepts>
|
|
|
|
<keywords>
|
|
|
|
<keyword>NVJPEG</keyword>
|
|
|
|
<keyword>JPEG Encoding</keyword>
|
|
|
|
</keywords>
|
|
|
|
<libraries>
|
|
|
|
<library>nvjpeg</library>
|
|
|
|
</libraries>
|
|
|
|
<librarypaths>
|
|
|
|
</librarypaths>
|
|
|
|
<nsight_eclipse>true</nsight_eclipse>
|
|
|
|
<primary_file>nvJPEG_encoder.cpp</primary_file>
|
|
|
|
<required_dependencies>
|
|
|
|
<dependency>NVJPEG</dependency>
|
|
|
|
</required_dependencies>
|
|
|
|
<scopes>
|
|
|
|
<scope>1:CUDA Basic Topics</scope>
|
|
|
|
<scope>4:JPEG Encoding</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>
|
2022-01-13 14:05:24 +08:00
|
|
|
<platform>qnx</platform>
|
2019-08-03 01:45:47 +08:00
|
|
|
</env>
|
2024-07-26 00:30:13 +08:00
|
|
|
<env>
|
|
|
|
<arch>sbsa</arch>
|
|
|
|
</env>
|
2019-08-03 01:45:47 +08:00
|
|
|
</supported_envs>
|
|
|
|
<supported_sm_architectures>
|
2022-01-13 14:05:24 +08:00
|
|
|
<from>3.5</from>
|
2019-08-03 01:45:47 +08:00
|
|
|
</supported_sm_architectures>
|
|
|
|
<title>NVJPEG Encoder</title>
|
|
|
|
<type>exe</type>
|
|
|
|
</entry>
|