Home
last modified time | relevance | path

Searched defs:interleave (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/CAPI/Dialect/
H A DNVGPU.cpp26 int oobFill, int interleave) { in mlirNVGPUTensorMapDescriptorTypeGet()
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectNVGPU.cpp27 int oobFill, int interleave, MlirContext ctx) { in populateDialectNVGPUSubmodule() argument
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorInterleave.cpp68 Value interleave = in matchAndRewrite() local
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/python/tools/
H A DmatmulBuilder.py34 def __init__(self, swizzle, l2promo, oob, interleave, tma_box_shape, memref_ty): argument
/llvm-project/mlir/test/Examples/NVGPU/tools/
H A Dnvdsl.py112 interleave=nvgpu.TensorMapInterleaveKind.INTERLEAVE_NONE, argument
/llvm-project/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp401 mgpuTensorMapEncodeTiled(CUtensorMap * tensorMap,CUtensorMapDataType tensorDataType,cuuint32_t tensorRank,void * globalAddress,const cuuint64_t * globalDim,const cuuint64_t * globalStrides,const cuuint32_t * boxDim,const cuuint32_t * elementStrides,CUtensorMapInterleave interleave,CUtensorMapSwizzle swizzle,CUtensorMapL2promotion l2Promotion,CUtensorMapFloatOOBfill oobFill) mgpuTensorMapEncodeTiled() argument
453 mgpuTensorMapEncodeTiledMemref(int64_t tensorRank,void * rankedDescriptor,const CUtensorMapDataType tensorDataType,CUtensorMapInterleave interleave,CUtensorMapSwizzle swizzle,CUtensorMapL2promotion l2Promotion,CUtensorMapFloatOOBfill oobFill,int64_t * inputBoxDims) mgpuTensorMapEncodeTiledMemref() argument