OSDN Git Service

new file: Integration/Tomography/Makefile.recent
[eos/hostdependX86LINUX64.git] / util / X86MAC64 / cuda / samples / 7_CUDALibraries / conjugateGradient / NsightEclipse.xml
1 <entry>
2     <name>ConjugateGradient</name>
3     <description><![CDATA[This sample implements a conjugate gradient solver on GPU
4  using CUBLAS and CUSPARSE library.]]></description>
5     <whitepaper></whitepaper>
6     <minspec>SM 1.0</minspec>
7     <keywords>CUDA,CUBLAS,CUSPARSE,Sparse Matrix</keywords>
8     <scope>1:CUDA Advanced Topics,3:Linear Algebra</scope>
9     <files>
10     </files>
11     <keyconcepts level="advanced">Linear Algebra</keyconcepts>
12     <keyconcepts level="advanced">CUBLAS Library</keyconcepts>
13     <keyconcepts level="advanced">CUSPARSE Library</keyconcepts>
14
15     <!-- *** Additional project definition information *** -->
16     <!-- Libraries that the project should be linked against. Document may contain any number of "libraries" elements. -->
17     <!-- Attributes "os" and "arch" are optional and may be used in any combination. -->
18     <!-- "framework" attribute will be ignored on platforms other then Mac OS X -->
19         <library>cublas</library>
20         <library>cusparse</library>
21
22     <!-- Either absolute or relative to sample -->
23     <library-path os="windows"></library-path>
24
25     <!-- Either absolute or relative to sample -->
26     <include-path>./</include-path>
27     <include-path>../</include-path>
28     <include-path>../../common/inc</include-path>
29     
30     <!-- Can be either "separate" or "whole", omitting this element means that sample can be compiled either way -->
31     <devicecompilation>whole</devicecompilation>
32
33     <!-- These options will be passed to NVCC compiler as is and for all files -->
34     
35     <sm-arch></sm-arch>
36
37     <!-- One of "exe|dll|lib" (exe is default) -->
38     <type>exe</type>
39
40     <!-- By default IDE will open file "samplename.(cu|cpp) -->
41     <primary-file>main.cpp</primary-file>
42
43     <!-- Collection of [OS][:arch] tokens -->
44     <supported-env>linux:x86_64, linux:i686, windows7, macosx:x86_64, macosx:i686, :arm</supported-env>
45 </entry>