Home
last modified time | relevance | path

Searched defs:iTp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp594 auto iTp = static_cast<cusparseIndexType_t>(itp); mgpuCreateCoo() local
607 auto iTp = static_cast<cusparseIndexType_t>(itp); mgpuCreateCooAoS() local
621 auto iTp = static_cast<cusparseIndexType_t>(itp); mgpuCreateCsr() local
635 auto iTp = static_cast<cusparseIndexType_t>(itp); mgpuCreateCsc() local
650 auto iTp = static_cast<cusparseIndexType_t>(itp); mgpuCreateBsr() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp56 Type iTp = builder.getIndexType(); in genLvlSizeCall() local
68 Type iTp = builder.getIndexType(); in genDimSizeCall() local
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1978 const auto iTp = IndexType::get(getContext()); verify() local