Home
last modified time | relevance | path

Searched defs:cols (Results 1 – 13 of 13) sorted by relevance

/llvm-project/openmp/runtime/test/tasking/
H A Domp_task_depend_iterator.cpp31 int cols[] = {1, 2, 3, 4, 5, 5, 6, 6, 7, 7, 8}; in test_omp_task_depend_iterator() local
/llvm-project/flang/runtime/
H A Dmatmul.cpp85 MatrixTimesMatrix(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,std::size_t xColumnByteStride=0,std::size_t yColumnByteStride=0) MatrixTimesMatrix() argument
120 MatrixTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,Fortran::common::optional<std::size_t> xColumnByteStride,Fortran::common::optional<std::size_t> yColumnByteStride) MatrixTimesMatrixHelper() argument
218 VectorTimesMatrix(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue n,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,std::size_t yColumnByteStride=0) VectorTimesMatrix() argument
244 VectorTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue n,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,Fortran::common::optional<std::size_t> yColumnByteStride) VectorTimesMatrixHelper() argument
[all...]
H A Dmatmul-transpose.cpp65 std::memset(product, 0, rows * cols * sizeof *product); in MatrixTransposedTimesMatrix() argument
99 MatrixTransposedTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,Fortran::common::optional<std::size_t> xColumnByteStride,Fortran::common::optional<std::size_t> yColumnByteStride) MatrixTransposedTimesMatrixHelper() argument
227 const SubscriptValue cols{extent[1]}; DoMatmulTranspose() local
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_local.c72 isl_size cols = isl_mat_cols(mat); in isl_local_dim() local
130 isl_size n, cols; in isl_local_div_is_known() local
H A Disl_map_simplify.c2059 isl_size n_ineq, cols; in mark_shifted_constraints() local
H A Disl_tab_pip.c253 isl_size rows, cols; in check_final_columns_are_zero() local
H A Disl_scheduler.c4304 isl_size cols = isl_mat_cols(node->sched); in split_scaled() local
H A Disl_map.c486 unsigned cols; in isl_basic_map_get_divs() local
/llvm-project/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp630 CUSPARSE_REPORT_IF_ERROR(cusparseCreateCsr(&mat, rows, cols, nnz, rowPos, in mgpuCreateCsc() argument
574 mgpuCreateDnMat(intptr_t rows,intptr_t cols,void * values,int32_t dtp,CUstream) mgpuCreateDnMat() argument
590 mgpuCreateCoo(intptr_t rows,intptr_t cols,intptr_t nnz,void * rowIdxs,void * colIdxs,void * values,int32_t itp,int32_t dtp,CUstream) mgpuCreateCoo() argument
604 mgpuCreateCooAoS(intptr_t rows,intptr_t cols,intptr_t nnz,void * idxs,void * values,int32_t itp,int32_t dtp,CUstream) mgpuCreateCooAoS() argument
616 mgpuCreateCsr(intptr_t rows,intptr_t cols,intptr_t nnz,void * rowPos,void * colIdxs,void * values,int32_t ptp,int32_t itp,int32_t dtp,CUstream) mgpuCreateCsr() argument
837 int64_t *cols = reinterpret_cast<int64_t *>(c); mgpuSpMatGetSize() local
894 mgpuCreateCuSparseLtDnMat(void * dh,intptr_t rows,intptr_t cols,void * values,int32_t dtp,CUstream) mgpuCreateCuSparseLtDnMat() argument
914 mgpuCusparseLtCreate2To4SpMat(void * sh,intptr_t rows,intptr_t cols,void * values,int32_t dtp,CUstream) mgpuCusparseLtCreate2To4SpMat() argument
[all...]
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp203 for (unsigned col = 0, cols = m1.getNumColumns(); col < cols; ++col) in checkMatEqual() local
/llvm-project/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp543 normalizeRow(unsigned row,unsigned cols) normalizeRow() argument
H A DIntegerRelation.cpp117 unsigned cols = getNumCols(); isObviouslyEqual() local
2360 unsigned ineqs = getNumInequalities(), cols = getNumCols(); removeDuplicateConstraints() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp1630 auto cols = rewriter.create<LLVM::LoadOp>(loc, llvmInt64Type, colsPtr); matchAndRewrite() local