mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 23:49:16 +08:00
75 lines
2.0 KiB
XML
75 lines
2.0 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE entry SYSTEM "SamplesInfo.dtd">
|
||
|
<entry>
|
||
|
<name>deviceQueryDrv</name>
|
||
|
<cuda_api_list>
|
||
|
<driver>cuInit</driver>
|
||
|
<driver>cuDeviceGetCount</driver>
|
||
|
<driver>cuDeviceComputeCapability</driver>
|
||
|
<driver>cuDriverGetVersion</driver>
|
||
|
<driver>cuDeviceTotalMem</driver>
|
||
|
<driver>cuDeviceGetAttribute</driver>
|
||
|
</cuda_api_list>
|
||
|
<description><![CDATA[This sample enumerates the properties of the CUDA devices present using CUDA Driver API calls]]></description>
|
||
|
<devicecompilation>whole</devicecompilation>
|
||
|
<fallback_min_ptx>true</fallback_min_ptx>
|
||
|
<includepaths>
|
||
|
<path>./</path>
|
||
|
<path>../</path>
|
||
|
<path>../../Common</path>
|
||
|
</includepaths>
|
||
|
<keyconcepts>
|
||
|
<concept level="basic">CUDA Driver API</concept>
|
||
|
<concept level="basic">Device Query</concept>
|
||
|
</keyconcepts>
|
||
|
<keywords>
|
||
|
</keywords>
|
||
|
<libraries>
|
||
|
<library os="linux">cuda</library>
|
||
|
<library framework="true" os="macosx">CUDA</library>
|
||
|
</libraries>
|
||
|
<librarypaths>
|
||
|
</librarypaths>
|
||
|
<nsight_eclipse>true</nsight_eclipse>
|
||
|
<primary_file>deviceQueryDrv.cpp</primary_file>
|
||
|
<scopes>
|
||
|
<scope>1:CUDA Basic Topics</scope>
|
||
|
</scopes>
|
||
|
<sm-arch>sm35</sm-arch>
|
||
|
<sm-arch>sm37</sm-arch>
|
||
|
<sm-arch>sm50</sm-arch>
|
||
|
<sm-arch>sm52</sm-arch>
|
||
|
<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>
|
||
|
<supported_envs>
|
||
|
<env>
|
||
|
<arch>x86_64</arch>
|
||
|
<platform>linux</platform>
|
||
|
</env>
|
||
|
<env>
|
||
|
<platform>windows7</platform>
|
||
|
</env>
|
||
|
<env>
|
||
|
<arch>x86_64</arch>
|
||
|
<platform>macosx</platform>
|
||
|
</env>
|
||
|
<env>
|
||
|
<arch>arm</arch>
|
||
|
</env>
|
||
|
<env>
|
||
|
<arch>ppc64le</arch>
|
||
|
<platform>linux</platform>
|
||
|
</env>
|
||
|
</supported_envs>
|
||
|
<supported_sm_architectures>
|
||
|
<include>all</include>
|
||
|
</supported_sm_architectures>
|
||
|
<title>Device Query Driver API</title>
|
||
|
<type>exe</type>
|
||
|
</entry>
|