cuda-samples/Samples/2_Concepts_and_Techniques/EGLStream_CUDA_CrossGPU/NsightEclipse.xml

102 lines
3.3 KiB
XML
Raw Normal View History

2021-10-21 19:04:49 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE entry SYSTEM "SamplesInfo.dtd">
<entry>
<name>EGLStream_CUDA_CrossGPU</name>
<cuda_api_list>
2022-01-13 14:05:24 +08:00
<driver>cuEGLStreamConsumerConnect</driver>
<driver>cuMemFree</driver>
<driver>cuInit</driver>
<driver>cuStreamCreate</driver>
<driver>cuCtxCreate</driver>
2021-10-21 19:04:49 +08:00
<driver>cuGraphicsResourceGetMappedEglFrame</driver>
2022-01-13 14:05:24 +08:00
<driver>cuDeviceGetName</driver>
<driver>cuCtxSynchronize</driver>
2021-10-21 19:04:49 +08:00
<driver>cuEGLStreamConsumerAcquireFrame</driver>
2022-01-13 14:05:24 +08:00
<driver>cuDeviceGet</driver>
<driver>cuDeviceGetAttribute</driver>
<driver>cuMemAlloc</driver>
2021-10-21 19:04:49 +08:00
<driver>cuEGLStreamConsumerReleaseFrame</driver>
2022-01-13 14:05:24 +08:00
<driver>cuEGLStreamProducerDisconnect</driver>
<driver>cuEGLStreamProducerConnect</driver>
<driver>cuEGLStreamConsumerDisconnect</driver>
<driver>cuMemcpyHtoD</driver>
2021-10-21 19:04:49 +08:00
<driver>cuEGLStreamProducerReturnFrame</driver>
<driver>cuCtxPushCurrent</driver>
<driver>cuCtxPopCurrent</driver>
2022-01-13 14:05:24 +08:00
<driver>cuEGLStreamProducerPresentFrame</driver>
<toolkit>cudaDeviceCreateConsumer</toolkit>
<toolkit>cudaFree</toolkit>
<toolkit>cudaConsumerReleaseFrame</toolkit>
<toolkit>cudaDeviceSynchronize</toolkit>
<toolkit>cudaGetValueMismatch</toolkit>
<toolkit>cudaProducerDeinit</toolkit>
<toolkit>cudaProducerPresentFrame</toolkit>
<toolkit>cudaMalloc</toolkit>
<toolkit>cudaProducerInit</toolkit>
<toolkit>cudaProducerReturnFrame</toolkit>
<toolkit>cudaProducerPrepareFrame</toolkit>
<toolkit>cudaConsumerAcquireFrame</toolkit>
<toolkit>cudaMemcpy</toolkit>
<toolkit>cudaGetErrorString</toolkit>
<toolkit>cudaDeviceCreateProducer</toolkit>
2021-10-21 19:04:49 +08:00
</cuda_api_list>
<description><![CDATA[Demonstrates CUDA and EGL Streams interop, where consumer's EGL Stream is on one GPU and producer's on other and both consumer-producer are different processes.]]></description>
<devicecompilation>whole</devicecompilation>
<includepaths>
<path>./</path>
<path>../</path>
2022-01-13 14:05:24 +08:00
<path>../../../Common</path>
2021-10-21 19:04:49 +08:00
</includepaths>
<keyconcepts>
<concept level="basic">EGLStreams Interop</concept>
</keyconcepts>
<keywords>
<keyword>EGL Streams</keyword>
</keywords>
<libraries>
<library os="linux">cuda</library>
<library framework="true" os="macosx">CUDA</library>
</libraries>
<librarypaths>
</librarypaths>
<nsight_eclipse>true</nsight_eclipse>
<primary_file>main.cpp</primary_file>
<required_dependencies>
<dependency>EGL</dependency>
</required_dependencies>
<scopes>
<scope>1:CUDA Advanced Topics</scope>
<scope>2:Graphics Interop</scope>
</scopes>
<sm-arch>sm35</sm-arch>
<sm-arch>sm37</sm-arch>
<sm-arch>sm50</sm-arch>
<sm-arch>sm52</sm-arch>
2022-01-13 14:05:24 +08:00
<sm-arch>sm53</sm-arch>
2021-10-21 19:04:49 +08:00
<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>
<sm-arch>sm80</sm-arch>
<sm-arch>sm86</sm-arch>
2022-01-13 14:05:24 +08:00
<sm-arch>sm87</sm-arch>
2021-10-21 19:04:49 +08:00
<supported_envs>
<env>
<arch>x86_64</arch>
<platform>linux</platform>
</env>
<env>
<arch>arm</arch>
</env>
2022-01-13 14:05:24 +08:00
<env>
<arch>sbsa</arch>
</env>
2021-10-21 19:04:49 +08:00
</supported_envs>
<supported_sm_architectures>
<include>all</include>
</supported_sm_architectures>
<title>EGLStream_CUDA_CrossGPU</title>
<type>exe</type>
</entry>