-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGPUOcelot.includes
More file actions
196 lines (196 loc) · 6.27 KB
/
GPUOcelot.includes
File metadata and controls
196 lines (196 loc) · 6.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
.
./ocelot
hydrazine/interface
hydrazine/test
ocelot/hydrazine/interface
ocelot/hydrazine/test
ocelot/ocelot/analysis/interface
ocelot/ocelot/analysis/test
ocelot/ocelot/api/interface
ocelot/ocelot/api/test
ocelot/ocelot/cal/include
ocelot/ocelot/cal/interface
ocelot/ocelot/cuda/interface
ocelot/ocelot/executive/interface
ocelot/ocelot/executive/test
ocelot/ocelot/ir/interface
ocelot/ocelot/ir/test
ocelot/ocelot/parser/interface
ocelot/ocelot/parser/test
ocelot/ocelot/tools
ocelot/ocelot/trace/interface
ocelot/ocelot/transforms/interface
ocelot/ocelot/transforms/test
ocelot/ocelot/translator/interface
ocelot/ocelot/translator/test
ocelot/ocelot/util/interface
tests/cuda2.2/sdk
tests/cuda2.2/tests/BinomialOptions
tests/cuda2.2/tests/Dct8x8
tests/cuda2.2/tests/Dxtc
tests/cuda2.2/tests/Eigenvalues
tests/cuda2.2/tests/FluidsGL
tests/cuda2.2/tests/Histogram256
tests/cuda2.2/tests/ImageDenoising
tests/cuda2.2/tests/Mandelbrot
tests/cuda2.2/tests/MatrixMul
tests/cuda2.2/tests/MersenneTwister
tests/cuda2.2/tests/MonteCarlo
tests/cuda2.2/tests/MonteCarloMultiGPU
tests/cuda2.2/tests/Nbody
tests/cuda2.2/tests/Particles
tests/cuda2.2/tests/QuasirandomGenerator
tests/cuda2.2/tests/Reduction
tests/cuda2.2/tests/SimpleMultiGPU
tests/cuda2.2/tests/SobelFilter
tests/cuda2.2/tests/SobolQRNG
tests/cuda2.2/tests/ThreadFenceReduction
tests/cuda2.2/tests/UnstructuredMandelbrot
tests/cuda2.3/sdk
tests/cuda2.3/tests/3DFD
tests/cuda2.3/tests/AtomicPerformance
tests/cuda2.3/tests/SortingNetwork
tests/cuda2.3/tests/TestBarriers
tests/cuda2.3/tests/TestCallLatency
tests/cuda2.3/tests/TestInstructionThroughput
tests/cuda2.3/tests/TestMemoryAccesses
tests/cuda2.3/tests/TestSpecialFunctions
tests/cuda3.2/sdk
tests/cuda3.2/sdk/cudpp
tests/cuda3.2/sdk/dynlink
tests/cuda3.2/sdk/GL
tests/cuda3.2/shared
tests/cuda3.2/shared/cudpp
tests/cuda3.2/shared/cuvid
tests/cuda3.2/shared/dynlink
tests/cuda3.2/shared/GL
tests/cuda3.2/tests/binomialOptions
tests/cuda3.2/tests/convolutionFFT2D
tests/cuda3.2/tests/convolutionSeparable
tests/cuda3.2/tests/convolutionTexture
tests/cuda3.2/tests/dct8x8
tests/cuda3.2/tests/dxtc
tests/cuda3.2/tests/eigenvalues
tests/cuda3.2/tests/FDTD3d/inc
tests/cuda3.2/tests/fluidsGL
tests/cuda3.2/tests/FunctionPointers
tests/cuda3.2/tests/histogram
tests/cuda3.2/tests/imageDenoising
tests/cuda3.2/tests/Interval
tests/cuda3.2/tests/Mandelbrot
tests/cuda3.2/tests/marchingCubes
tests/cuda3.2/tests/matrixMul
tests/cuda3.2/tests/matrixMulDrv
tests/cuda3.2/tests/matrixMulDynlinkJIT
tests/cuda3.2/tests/mergeSort
tests/cuda3.2/tests/MersenneTwister
tests/cuda3.2/tests/MonteCarlo
tests/cuda3.2/tests/MonteCarloMultiGPU
tests/cuda3.2/tests/nbody
tests/cuda3.2/tests/particles
tests/cuda3.2/tests/ptxjit
tests/cuda3.2/tests/quasirandomGenerator
tests/cuda3.2/tests/radixSort
tests/cuda3.2/tests/reduction
tests/cuda3.2/tests/scan
tests/cuda3.2/tests/simpleMPI
tests/cuda3.2/tests/simpleMultiGPU
tests/cuda3.2/tests/smokeParticles
tests/cuda3.2/tests/SobelFilter
tests/cuda3.2/tests/SobolQRNG
tests/cuda3.2/tests/sortingNetworks
tests/cuda3.2/tests/threadFenceReduction
tests/cuda4.1sdk/sdk
tests/cuda4.1sdk/tests/binomialOptions
tests/cuda4.1sdk/tests/convolutionFFT2D
tests/cuda4.1sdk/tests/convolutionSeparable
tests/cuda4.1sdk/tests/convolutionTexture
tests/cuda4.1sdk/tests/dct8x8
tests/cuda4.1sdk/tests/dxtc
tests/cuda4.1sdk/tests/eigenvalues
tests/cuda4.1sdk/tests/FDTD3d
tests/cuda4.1sdk/tests/fluidsGL
tests/cuda4.1sdk/tests/FunctionPointers
tests/cuda4.1sdk/tests/histogram
tests/cuda4.1sdk/tests/HSOpticalFlow
tests/cuda4.1sdk/tests/imageDenoising
tests/cuda4.1sdk/tests/Interval
tests/cuda4.1sdk/tests/Mandelbrot
tests/cuda4.1sdk/tests/marchingCubes
tests/cuda4.1sdk/tests/matrixMul
tests/cuda4.1sdk/tests/matrixMulDrv
tests/cuda4.1sdk/tests/matrixMulDynlinkJIT
tests/cuda4.1sdk/tests/mergeSort
tests/cuda4.1sdk/tests/MersenneTwister
tests/cuda4.1sdk/tests/MonteCarlo
tests/cuda4.1sdk/tests/MonteCarloMultiGPU
tests/cuda4.1sdk/tests/nbody
tests/cuda4.1sdk/tests/particles
tests/cuda4.1sdk/tests/ptxjit
tests/cuda4.1sdk/tests/quasirandomGenerator
tests/cuda4.1sdk/tests/reduction
tests/cuda4.1sdk/tests/scan
tests/cuda4.1sdk/tests/simpleMPI
tests/cuda4.1sdk/tests/simpleMultiGPU
tests/cuda4.1sdk/tests/smokeParticles
tests/cuda4.1sdk/tests/SobelFilter
tests/cuda4.1sdk/tests/SobolQRNG
tests/cuda4.1sdk/tests/sortingNetworks
tests/cuda4.1sdk/tests/threadFenceReduction
tests/cuda4.1sdk/tests/volumeFiltering
tests/parboil/benchmarks/cutcp/src/base
tests/parboil/benchmarks/cutcp/src/cuda
tests/parboil/benchmarks/cutcp/src/cuda_base
tests/parboil/benchmarks/fft/src/base
tests/parboil/benchmarks/fft/src/cuda
tests/parboil/benchmarks/histo/src/base
tests/parboil/benchmarks/histo/src/cuda
tests/parboil/benchmarks/lbm/src/cuda
tests/parboil/benchmarks/mri-gridding/src/cuda
tests/parboil/benchmarks/mri-q/src/base
tests/parboil/benchmarks/mri-q/src/cpu
tests/parboil/benchmarks/mri-q/src/cuda
tests/parboil/benchmarks/sad/src/base
tests/parboil/benchmarks/sad/src/cpu
tests/parboil/benchmarks/sad/src/cuda
tests/parboil/benchmarks/sad/src/cuda_base
tests/parboil/benchmarks/spmv/src/cuda
tests/parboil/benchmarks/stencil/src/cuda
tests/parboil/benchmarks/tpacf/src/base
tests/parboil/benchmarks/tpacf/src/cuda
tests/parboil/benchmarks/tpacf/src/cuda_base
tests/parboil/common/include
tests/parboil/parboil
tests/parboil/tests/cp
tests/parboil/tests/mri-fhd
tests/parboil/tests/mri-q
tests/parboil/tests/pns
tests/parboil/tests/rpes
tests/parboil/tests/sad
tests/parboil/tests/tpacf
tests/rodinia/tests/backPropagation
tests/rodinia/tests/hwt
tests/rodinia/tests/leukocyte
tests/rodinia/tests/luDecomposition
tests/rodinia/tests/mummergpu
tests/rodinia/tests/needlemanWunsch
tests/rodinia/tests/srad
tests/unstructured/background-subtraction
tests/unstructured/cudarenderer-2.1h/lib3ds-1.3.0/lib3ds
tests/unstructured/cudarenderer-2.1h/src
tests/unstructured/cudarenderer-2.1h/VisualC
tests/unstructured/cudarenderer-2.1h/VisualC/lib3ds/include/lib3ds
tests/unstructured/cudarenderer-2.1h/VisualC/libSDL/include/SDL
tests/unstructured/mcx/src
tests/unstructured/monte-carlo-photon-transport
tests/unstructured/sphyraena/sphyraena
tests/unstructured/UnstructuredMandelbrot
trace-generators/traces/interface
ocelot/ocelot/parser/implementation
tests/cuda2.2
tests/cuda2.3
tests/cuda2.3/tests/thrust_mode
tests/cuda2.3/tests/thrust_padded_grid_reduction
tests/cuda3.2
tests/cuda4.1sdk
tests/parboil