MCPcopy Create free account

hub / github.com/QDelta/Phantora / functions

Functions1,051 in github.com/QDelta/Phantora

FunctioncublasDspr2_v2
stub/cublas_noimpl.c:2028
FunctioncublasDspr_v2
stub/cublas_noimpl.c:1886
FunctioncublasDswap_v2
stub/cublas_noimpl.c:565
FunctioncublasDsymm_v2
stub/cublas_noimpl.c:2821
FunctioncublasDsymv_v2
stub/cublas_noimpl.c:1493
FunctioncublasDsyr2_v2
stub/cublas_noimpl.c:1938
FunctioncublasDsyr2k_v2
stub/cublas_noimpl.c:2605
FunctioncublasDsyr_v2
stub/cublas_noimpl.c:1808
FunctioncublasDsyrk_v2
stub/cublas_noimpl.c:2430
FunctioncublasDsyrkx
stub/cublas_noimpl.c:2713
FunctioncublasDtbmv_v2
stub/cublas_noimpl.c:1208
FunctioncublasDtbsv_v2
stub/cublas_noimpl.c:1431
FunctioncublasDtpmv_v2
stub/cublas_noimpl.c:1267
FunctioncublasDtpsv_v2
stub/cublas_noimpl.c:1377
FunctioncublasDtpttr
stub/cublas_noimpl.c:3840
FunctioncublasDtrmm_v2
stub/cublas_noimpl.c:3001
FunctioncublasDtrmv_v2
stub/cublas_noimpl.c:1150
FunctioncublasDtrsmBatched
stub/cublas_noimpl.c:3540
FunctioncublasDtrsm_v2
stub/cublas_noimpl.c:2930
FunctioncublasDtrsv_v2
stub/cublas_noimpl.c:1321
FunctioncublasDtrttp
stub/cublas_noimpl.c:3884
FunctioncublasDzasum_v2
stub/cublas_noimpl.c:756
FunctioncublasDznrm2_v2
stub/cublas_noimpl.c:246
FunctioncublasGemmBatchedEx
stub/cublas_noimpl.c:3158
FunctioncublasGemmEx
stub/cublas.c:62
FunctioncublasGemmStridedBatchedEx
stub/cublas.c:86
FunctioncublasGetAtomicsMode
stub/cublas_noimpl.c:49
FunctioncublasGetCudartVersion
stub/cublas_noimpl.c:25
FunctioncublasGetLoggerCallback
stub/cublas_noimpl.c:100
FunctioncublasGetMathMode
stub/cublas.c:27
FunctioncublasGetMatrix
stub/cublas_noimpl.c:135
FunctioncublasGetMatrixAsync
stub/cublas_noimpl.c:184
FunctioncublasGetPointerMode_v2
stub/cublas_noimpl.c:37
FunctioncublasGetProperty
stub/cublas_noimpl.c:19
FunctioncublasGetSmCountTarget
stub/cublas_noimpl.c:61
FunctioncublasGetStatusName
stub/cublas_noimpl.c:73
FunctioncublasGetStatusString
stub/cublas_noimpl.c:79
FunctioncublasGetStream_v2
stub/cublas_noimpl.c:31
FunctioncublasGetVector
stub/cublas_noimpl.c:117
FunctioncublasGetVectorAsync
stub/cublas_noimpl.c:159
FunctioncublasGetVersion_v2
stub/cublas_noimpl.c:13
FunctioncublasIamaxEx
stub/cublas_noimpl.c:651
FunctioncublasIaminEx
stub/cublas_noimpl.c:702
FunctioncublasIcamax_v2
stub/cublas_noimpl.c:631
FunctioncublasIcamin_v2
stub/cublas_noimpl.c:682
FunctioncublasIdamax_v2
stub/cublas_noimpl.c:621
FunctioncublasIdamin_v2
stub/cublas_noimpl.c:672
FunctioncublasIsamax_v2
stub/cublas_noimpl.c:611
FunctioncublasIsamin_v2
stub/cublas_noimpl.c:662
FunctioncublasIzamax_v2
stub/cublas_noimpl.c:641
FunctioncublasIzamin_v2
stub/cublas_noimpl.c:692
FunctioncublasLoggerConfigure
stub/cublas_noimpl.c:85
FunctioncublasLtCreate
stub/cublas_noimpl.c:3917
FunctioncublasLtDestroy
stub/cublas_noimpl.c:3923
FunctioncublasLtGetCudartVersion
stub/cublas_noimpl.c:3947
FunctioncublasLtGetProperty
stub/cublas_noimpl.c:3953
FunctioncublasLtGetStatusName
stub/cublas_noimpl.c:3929
FunctioncublasLtGetStatusString
stub/cublas_noimpl.c:3935
FunctioncublasLtGetVersion
stub/cublas_noimpl.c:3941
FunctioncublasLtLoggerForceDisable
Experimental: Disable logging for the entire session. * * \retval CUBLAS_STATUS_SUCCESS if disabled logging */
stub/cublas_noimpl.c:4472
FunctioncublasLtLoggerOpenFile
Experimental: Open log file. * * \param[in] logFile log file path. if the log file does * not exist, it will be created * *
stub/cublas_noimpl.c:4423
FunctioncublasLtLoggerSetCallback
Experimental: Logger callback setter. * * \param[in] callback a user defined callback function to * be called by the logger *
stub/cublas_noimpl.c:4398
FunctioncublasLtLoggerSetFile
Experimental: Log file setter. * * \param[in] file an open file with write permissions * * \retval CUBLAS_STATUS_SUCC
stub/cublas_noimpl.c:4410
FunctioncublasLtLoggerSetLevel
Experimental: Log level setter. * * \param[in] level log level, should be one of the * following: 0. Off *
stub/cublas_noimpl.c:4444
FunctioncublasLtLoggerSetMask
Experimental: Log mask setter. * * \param[in] mask log mask, should be a combination of * the following masks: 0. Off *
stub/cublas_noimpl.c:4462
FunctioncublasLtMatmul
Execute matrix multiplication (D = alpha * op(A) * op(B) + beta * C). * * \retval CUBLAS_STATUS_NOT_INITIALIZED if cuBLASLt handle has not bee
stub/cublas.c:150
FunctioncublasLtMatmulAlgoCapGetAttribute
Get algo capability attribute. * * E.g. to get list of supported Tile IDs: * cublasLtMatmulTile_t tiles[CUBLASLT_MATMUL_TILE_END]; * siz
stub/cublas_noimpl.c:4335
FunctioncublasLtMatmulAlgoCheck
Check configured algo descriptor for correctness and support on current * device. * * Result includes required workspace size and calculated wave c
stub/cublas_noimpl.c:4295
FunctioncublasLtMatmulAlgoConfigGetAttribute
Get algo configuration attribute. * * \param[in] algo The algo descriptor * \param[in] attr The attribute * \param[out] buf
stub/cublas_noimpl.c:4381
FunctioncublasLtMatmulAlgoConfigSetAttribute
Set algo configuration attribute. * * \param[in] algo The algo descriptor * \param[in] attr The attribute * \param[in] buf
stub/cublas_noimpl.c:4356
FunctioncublasLtMatmulAlgoGetHeuristic
Query cublasLt heuristic for algorithm appropriate for given use case. * * \param[in] lightHandle Pointer to the allocated cuBLASLt
stub/cublas.c:274
FunctioncublasLtMatmulAlgoInit
Initialize algo structure * * \retval CUBLAS_STATUS_INVALID_VALUE if algo is NULL or algoId is outside * of recognized range \retval CUBLA
stub/cublas_noimpl.c:4258
FunctioncublasLtMatmulDescCreate
Create new matmul operation descriptor. * * \retval CUBLAS_STATUS_ALLOC_FAILED if memory could not be allocated * \retval CUBLAS_STATUS_SU
stub/cublas.c:191
FunctioncublasLtMatmulDescDestroy
Destroy matmul operation descriptor. * * \retval CUBLAS_STATUS_SUCCESS if operation was successful */
stub/cublas_noimpl.c:4087
FunctioncublasLtMatmulDescGetAttribute
Get matmul operation descriptor attribute. * * \param[in] matmulDesc The descriptor * \param[in] attr The attribute * \param[out] buf
stub/cublas_noimpl.c:4109
FunctioncublasLtMatmulDescInit_internal
Internal. Do not use directly. */
stub/cublas_noimpl.c:4073
FunctioncublasLtMatmulDescSetAttribute
Set matmul operation descriptor attribute. * * \param[in] matmulDesc The descriptor * \param[in] attr The attribute * \param[in] buf
stub/cublas.c:210
FunctioncublasLtMatmulPreferenceCreate
Create new matmul heuristic search preference descriptor. * * \retval CUBLAS_STATUS_ALLOC_FAILED if memory could not be allocated * \retval
stub/cublas.c:224
FunctioncublasLtMatmulPreferenceDestroy
Destroy matmul heuristic search preference descriptor. * * \retval CUBLAS_STATUS_SUCCESS if operation was successful */
stub/cublas_noimpl.c:4218
FunctioncublasLtMatmulPreferenceGetAttribute
Get matmul heuristic search preference descriptor attribute. * * \param[in] pref The descriptor * \param[in] attr The attribute
stub/cublas_noimpl.c:4240
FunctioncublasLtMatmulPreferenceInit_internal
Internal. Do not use directly. */
stub/cublas_noimpl.c:4207
FunctioncublasLtMatmulPreferenceSetAttribute
Set matmul heuristic search preference descriptor attribute. * * \param[in] pref The descriptor * \param[in] attr The attribute
stub/cublas.c:241
FunctioncublasLtMatrixLayoutCreate
Create new matrix layout descriptor. * * \retval CUBLAS_STATUS_ALLOC_FAILED if memory could not be allocated * \retval CUBLAS_STATUS_SUCCE
stub/cublas.c:176
FunctioncublasLtMatrixLayoutDestroy
Destroy matrix layout descriptor. * * \retval CUBLAS_STATUS_SUCCESS if operation was successful */
stub/cublas_noimpl.c:4011
FunctioncublasLtMatrixLayoutGetAttribute
Get matrix layout descriptor attribute. * * \param[in] matLayout The descriptor * \param[in] attr The attribute * \param[out] buf
stub/cublas_noimpl.c:4054
FunctioncublasLtMatrixLayoutInit_internal
Internal. Do not use directly. */
stub/cublas_noimpl.c:3995
FunctioncublasLtMatrixLayoutSetAttribute
Set matrix layout descriptor attribute. * * \param[in] matLayout The descriptor * \param[in] attr The attribute * \param[in] buf
stub/cublas_noimpl.c:4028
FunctioncublasLtMatrixTransform
Matrix layout conversion helper (C = alpha * op(A) + beta * op(B)) * * Can be used to change memory order of data or to scale and shift the values.
stub/cublas_noimpl.c:3973
FunctioncublasLtMatrixTransformDescCreate
Create new matrix transform operation descriptor. * * \retval CUBLAS_STATUS_ALLOC_FAILED if memory could not be allocated * \retval CUBLAS
stub/cublas_noimpl.c:4140
FunctioncublasLtMatrixTransformDescDestroy
Destroy matrix transform operation descriptor. * * \retval CUBLAS_STATUS_SUCCESS if operation was successful */
stub/cublas_noimpl.c:4151
FunctioncublasLtMatrixTransformDescGetAttribute
Get matrix transform operation descriptor attribute. * * \param[in] transformDesc The descriptor * \param[in] attr The attribute * \p
stub/cublas_noimpl.c:4194
FunctioncublasLtMatrixTransformDescInit_internal
Internal. Do not use directly. */
stub/cublas_noimpl.c:4126
FunctioncublasLtMatrixTransformDescSetAttribute
Set matrix transform operation descriptor attribute. * * \param[in] transformDesc The descriptor * \param[in] attr The attribute * \p
stub/cublas_noimpl.c:4168
FunctioncublasNrm2Ex
stub/cublas_noimpl.c:203
FunctioncublasRotEx
stub/cublas_noimpl.c:844
FunctioncublasRotgEx
stub/cublas_noimpl.c:897
FunctioncublasRotmEx
stub/cublas_noimpl.c:934
FunctioncublasRotmgEx
stub/cublas_noimpl.c:972
FunctioncublasSasum_v2
stub/cublas_noimpl.c:726
FunctioncublasSaxpy_v2
stub/cublas_noimpl.c:449
← previousnext →401–500 of 1,051, ranked by callers