mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 20:39:17 +08:00
64 lines
1.6 KiB
XML
64 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE entry SYSTEM "SamplesInfo.dtd">
|
|
<entry>
|
|
<name>fp16ScalarProduct</name>
|
|
<cuda_api_list>
|
|
<toolkit>cudaMalloc</toolkit>
|
|
<toolkit>cudaMallocHost</toolkit>
|
|
<toolkit>cudaMemcpy</toolkit>
|
|
<toolkit>cudaFree</toolkit>
|
|
<toolkit>cudaFreeHost</toolkit>
|
|
</cuda_api_list>
|
|
<description><![CDATA[Calculates scalar product of two vectors of FP16 numbers.]]></description>
|
|
<devicecompilation>whole</devicecompilation>
|
|
<includepaths>
|
|
<path>./</path>
|
|
<path>../</path>
|
|
<path>../../Common</path>
|
|
</includepaths>
|
|
<keyconcepts>
|
|
<concept level="basic">CUDA Runtime API</concept>
|
|
</keyconcepts>
|
|
<keywords>
|
|
<keyword>FP16</keyword>
|
|
<keyword>Floating Point 16</keyword>
|
|
</keywords>
|
|
<libraries>
|
|
</libraries>
|
|
<librarypaths>
|
|
</librarypaths>
|
|
<nsight_eclipse>true</nsight_eclipse>
|
|
<primary_file>fp16ScalarProduct.cu</primary_file>
|
|
<required_dependencies>
|
|
<dependency>FP16</dependency>
|
|
</required_dependencies>
|
|
<scopes>
|
|
<scope>1:CUDA Basic Topics</scope>
|
|
</scopes>
|
|
<supported_envs>
|
|
<env>
|
|
<arch>arm</arch>
|
|
</env>
|
|
<env>
|
|
<arch>x86_64</arch>
|
|
<platform>linux</platform>
|
|
</env>
|
|
<env>
|
|
<platform>windows7</platform>
|
|
</env>
|
|
<env>
|
|
<arch>ppc64le</arch>
|
|
<platform>linux</platform>
|
|
</env>
|
|
<env>
|
|
<arch>x86_64</arch>
|
|
<platform>macosx</platform>
|
|
</env>
|
|
</supported_envs>
|
|
<supported_sm_architectures>
|
|
<from>5.3</from>
|
|
</supported_sm_architectures>
|
|
<title>FP16 Scalar Product</title>
|
|
<type>exe</type>
|
|
</entry>
|