Home
last modified time | relevance | path

Searched refs:dataLayoutSpec (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DKernelOutlining.cpp277 : GpuKernelOutliningBase(other), dataLayoutSpec(other.dataLayoutSpec) { in GpuKernelOutliningPass()
288 dataLayoutSpec = resultAttr.dyn_cast<DataLayoutSpecInterface>(); in initialize()
289 if (!dataLayoutSpec) in initialize()
348 if (dataLayoutSpec) in createKernelModule()
349 kernelModule->setAttr(DLTIDialect::kDataLayoutAttrName, dataLayoutSpec); in createKernelModule()
380 DataLayoutSpecInterface dataLayoutSpec; member in __anon07f77bd10211::GpuKernelOutliningPass