Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DMemoryPromotion.cpp73 auto dimName = builder.getStringAttr(getDimName(i)); in insertCopyLoops() local
75 builder.create<gpu::ThreadIdOp>(loc, indexType, dimName)); in insertCopyLoops()
77 builder.create<gpu::BlockDimOp>(loc, indexType, dimName)); in insertCopyLoops()
/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py894 dimName = dimensionElement.attrib.get("name")
895 if self._strictAxisNames and dimName not in self.axisDefaults:
897 self.log.warning("Location with undefined axis: \"%s\".", dimName)
912 loc[dimName] = (xValue, yValue)
914 loc[dimName] = xValue