MCPcopy Create free account

hub / github.com/AdvancedCompiler/AdvancedCompiler / types & classes

Types & classes207 in github.com/AdvancedCompiler/AdvancedCompiler

↓ 4 callersClassRange
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/scripts/perf/measurePerformance.py:435
↓ 4 callersClassVariant
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/fft_binary_lookup.h:237
↓ 3 callersClassTestCombination
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/scripts/perf/fftPerformanceTesting.py:28
↓ 2 callersClassInpSizeParameters
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_pow7.cpp:7359
↓ 2 callersClassStatData
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/statTimer/statisticalTimer.GPU.h:36
↓ 1 callersClassApplicationException
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/scripts/perf/errorHandler.py:48
↓ 1 callersClassDataForOnePlot
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/scripts/perf/plotPerformance.py:185
↓ 1 callersClassGraphPoint
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/scripts/perf/fftPerformanceTesting.py:47
↓ 1 callersClassParameters
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_random.cpp:163
↓ 1 callersClassRange
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/scripts/perf/fftPerformanceTesting.py:166
↓ 1 callersClassTableRow
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/scripts/perf/fftPerformanceTesting.py:66
↓ 1 callersClassTestParameterGenerator
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_random.cpp:541
↓ 1 callersClassTestParameterGenerator
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_pow7.cpp:7374
↓ 1 callersClassindex_t
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/buffer.h:47
ClassAccumulator
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/statTimer/statisticalTimer.CPU.cpp:65
ClassAccumulator
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/statTimer/statisticalTimer.GPU.cpp:57
ClassAccumulator< StatData >
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/statTimer/statisticalTimer.GPU.cpp:67
ClassAfterAdjust
code/Chapter8/8-21.c:2
ClassAlignA
code/Chapter8/8-19.c:2
ClassBeforeAdjust
code/Chapter8/8-20.c:2
EnumBinaryRepresentation
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/fft_binary_lookup.cpp:244
EnumBlockComputeType
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:82
ClassBlockSizes
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.cpp:3162
ClassButterfly
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.h:331
EnumCBLAS_DIAG
code/Chapter5/5-21BLAS库参数设置/include/cblas.h:13
EnumCBLAS_ORDER
code/Chapter5/5-21BLAS库参数设置/include/cblas.h:10
EnumCBLAS_SIDE
code/Chapter5/5-21BLAS库参数设置/include/cblas.h:14
EnumCBLAS_TRANSPOSE
code/Chapter5/5-21BLAS库参数设置/include/cblas.h:11
EnumCBLAS_UPLO
code/Chapter5/5-21BLAS库参数设置/include/cblas.h:12
ClassCacheEntry
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/fft_binary_lookup.h:255
ClassCopyKernel
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.copy.cpp:94
ClassCpuStatTimer
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/statTimer/statisticalTimer.CPU.h:37
ClassFFTAction
FFTAction is the base class for all actions used to implement FFT computes An action basically implements some OpenCL related actions, for instance:
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:328
EnumFFTActionImplID
Action ID
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:249
ClassFFTBinaryLookup
FFTBinaryLookup defines an API to manage the kernel cache on the disk The FFTBinaryLookup object provides methods to: check if a cache file exists on
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/fft_binary_lookup.h:112
ClassFFTCopyAction
FFTCopyAction Base class for every Copy action for the FFT. Currently do nothing special. The kernel generation and compilation occurs by the subclas
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/action.h:32
ClassFFTEnvelope
The "envelope" is a set of limits imposed by the hardware This will depend on the GPU(s) in the OpenCL context. If there are multiple devices, this sh
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:375
ClassFFTGeneratedCopyAction
FFTGeneratedCopyAction Implements a Copy action for the FFT Its signature is represented by FFTKernelGenKeyParams structure This class implements: -
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/action.h:121
ClassFFTGeneratedStockhamAction
FFTGeneratedStockhamAction Represents a Stockham action for the FFT. This class implements the former mechanism of kernel generation and compilation
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/action.h:163
ClassFFTGeneratedTransposeGCNAction
FFTGeneratedTransposeGCNAction Implements a TransposeGCN action for the FFT Its signature is represented by FFTKernelGenKeyParams structure This cla
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/action.h:207
ClassFFTGeneratedTransposeNonSquareAction
FFTGeneratedTransposeNonSquareAction Implements a TransposeSquare action for the FFT Its signature is represented by FFTKernelGenKeyParams structure
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/action.h:290
ClassFFTGeneratedTransposeSquareAction
FFTGeneratedTransposeSquareAction Implements a TransposeSquare action for the FFT Its signature is represented by FFTKernelGenKeyParams structure Th
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/action.h:249
ClassFFTKernelGenKeyParams
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:134
ClassFFTKernelSignature
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:300
ClassFFTKernelSignatureHeader
FFTKernelSignatureHeader This structure is a wrapper for the FFTKernelSignature. It stores the signature size and the action ID. This ensure that eve
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:267
ClassFFTPlan
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:245
ClassFFTRepo
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:246
ClassFFTRepo
This class contains objects that we wish to retain between individual calls into the FFT interface. These objects will be shared across different indi
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/repo.h:37
ClassFFTRepoKey
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/repo.h:40
ClassFFTStockhamAction
FFTStockhamAction Base class for every Stockham action for the FFT. Currently do nothing special. The kernel generation and compilation occurs by the
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/action.h:48
ClassFFTTransposeGCNAction
FFTTransposeGCNAction Base class for every TransposeGCN action for the FFT. Currently do nothing special. The kernel generation and compilation occur
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/action.h:66
ClassFFTTransposeNonSquareAction
FFTTransposeNonSquareAction Base class for every TransposeSquare action for the FFT. Currently do nothing special. The kernel generation and compilat
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/action.h:96
ClassFFTTransposeSquareAction
FFTTransposeSquareAction Base class for every TransposeSquare action for the FFT. Currently do nothing special. The kernel generation and compilation
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/action.h:81
ClassGemmGraphPoint
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/scripts/perf/fftPerformanceTesting.py:269
ClassGemmTestCombination
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/scripts/perf/fftPerformanceTesting.py:245
ClassGpuStatTimer
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/statTimer/statisticalTimer.GPU.h:122
ClassHeader_
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/fft_binary_lookup.h:208
ClassKernel
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.cpp:2798
ClassKernelCoreSpecs
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.cpp:296
ClassListNode
code/Chapter8/8-23.c:27
ClassListNode
code/Chapter8/8-23.c:29
EnumNON_SQUARE_KERNEL_ORDER
There are three ways of conducting inplace transpose with 1:2 (or 2:1) dimension ratio. A. first conduct line swapping kernels for the whole non squar
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:112
ClassNode
code/Chapter6/6_9有序链表查找.c:4
ClassNode
code/Chapter6/6_9有序链表查找.c:6
EnumNonSquareTransposeKernelType
NonSquareKernelType
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/plan.h:91
ClassParam
code/Chapter6/6_24函数参数结构变换示例二.c:2
ClassParamRead
Parameters to read
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.cpp:174
ClassParametersPacked
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_directed.cpp:51
ClassParametersPackedComplexInplaceInterleaved
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_directed.cpp:174
ClassParametersPackedRealInplaceInterleaved
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_directed.cpp:83
ClassPass
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.cpp:607
EnumPrecision
Precision
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.h:38
ClassPrecision_Setter
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/cl_transform.h:80
ClassPrecision_Setter<double>
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/cl_transform.h:106
ClassPrecision_Setter<float>
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/cl_transform.h:93
ClassPruneRange
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/statTimer/statisticalTimer.CPU.cpp:76
ClassPruneRange
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/statTimer/statisticalTimer.GPU.cpp:82
ClassPruneRange< StatData, cl_double >
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/statTimer/statisticalTimer.GPU.cpp:103
ClassSpecRecord
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.cpp:298
ClassSupported_Fft_Sizes
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_mixed_radices.cpp:162
ClassSupported_Fft_Sizes_Callback
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_mixed_callback.cpp:64
ClassTestListGenerator
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_directed.cpp:211
ClassTestListGenerator_Large_Random
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_directed.cpp:337
ClassTestListGenerator_Pow2
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_directed.cpp:320
ClassTestListGenerator_huge_chosen
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_directed.cpp:442
ClassTimeoutException
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/scripts/perf/errorHandler.py:44
ClassTimer
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/client/client.h:28
ClassTimer
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/callback-client/client.h:92
ClassTwiddleTable
Twiddle factors table
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.cpp:524
ClassTwiddleTableLarge
Twiddle factors table for large N used in 3-step algorithm
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.h:221
ClassUSER_DATA
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/test_constants.h:161
EnumValType
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/generator.stockham.cpp:3165
EnumVariantKind
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/library/fft_binary_lookup.h:229
Classaccuracy_test_callback_single
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_mixed_callback.cpp:30
Classaccuracy_test_directed_base
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_directed.cpp:459
Classaccuracy_test_directed_complex
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_directed.cpp:738
Classaccuracy_test_directed_real
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_directed.cpp:612
Classaccuracy_test_mixed_double
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_mixed_radices.cpp:252
Classaccuracy_test_mixed_single
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_mixed_radices.cpp:241
Classaccuracy_test_postcallback_double
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
code/Chapter5/5-22clFFTLIB数学库示例/clFFT-master/src/tests/accuracy_test_postcallback.cpp:42
next →1–100 of 207, ranked by callers