2021-10-21 19:04:49 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE entry SYSTEM "SamplesInfo.dtd">
|
|
|
|
<entry>
|
|
|
|
<name>cuDLAErrorReporting</name>
|
|
|
|
<cflags>
|
|
|
|
<flag>--std=c++11</flag>
|
|
|
|
</cflags>
|
2022-01-13 14:05:24 +08:00
|
|
|
<cuda_api_list>
|
|
|
|
<toolkit>cudaStreamDestroy</toolkit>
|
|
|
|
<toolkit>cudaFree</toolkit>
|
|
|
|
<toolkit>cudaStreamSynchronize</toolkit>
|
|
|
|
<toolkit>cudaMemsetAsync</toolkit>
|
|
|
|
<toolkit>cudaMalloc</toolkit>
|
|
|
|
<toolkit>cudaStreamCreateWithFlags</toolkit>
|
|
|
|
<toolkit>cudaSetDevice</toolkit>
|
|
|
|
<toolkit>cudaGetErrorName</toolkit>
|
|
|
|
<toolkit>cudaMemcpyAsync</toolkit>
|
|
|
|
</cuda_api_list>
|
2021-10-21 19:04:49 +08:00
|
|
|
<description><![CDATA[This sample demonstrates how DLA errors can be detected via CUDA.]]></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">cuDLA</concept>
|
|
|
|
<concept level="advanced">Data Parallel Algorithms</concept>
|
|
|
|
<concept level="advanced">Image Processing</concept>
|
|
|
|
</keyconcepts>
|
|
|
|
<keywords>
|
|
|
|
<keyword>CUDA</keyword>
|
|
|
|
<keyword>CPP11</keyword>
|
|
|
|
</keywords>
|
|
|
|
<libraries>
|
2021-11-23 17:04:52 +08:00
|
|
|
<library>cudla</library>
|
2021-10-21 19:04:49 +08:00
|
|
|
</libraries>
|
|
|
|
<librarypaths>
|
|
|
|
</librarypaths>
|
|
|
|
<nsight_eclipse>true</nsight_eclipse>
|
|
|
|
<primary_file>main.cu</primary_file>
|
|
|
|
<scopes>
|
|
|
|
<scope>1:CUDA Advanced Topics</scope>
|
|
|
|
<scope>1:cuDLA</scope>
|
|
|
|
</scopes>
|
|
|
|
<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>aarch64</arch>
|
|
|
|
<platform>linux</platform>
|
|
|
|
</env>
|
|
|
|
<env>
|
|
|
|
<arch>aarch64</arch>
|
|
|
|
<platform>qnx</platform>
|
|
|
|
</env>
|
|
|
|
</supported_envs>
|
|
|
|
<supported_sm_architectures>
|
|
|
|
<from>6.0</from>
|
|
|
|
</supported_sm_architectures>
|
|
|
|
<title>cuDLA Error Reporting</title>
|
|
|
|
<type>exe</type>
|
|
|
|
</entry>
|