Searched refs:dimName (Results 1 – 2 of 2) sorted by relevance
73 auto dimName = builder.getStringAttr(getDimName(i)); in insertCopyLoops() local75 builder.create<gpu::ThreadIdOp>(loc, indexType, dimName)); in insertCopyLoops()77 builder.create<gpu::BlockDimOp>(loc, indexType, dimName)); in insertCopyLoops()
894 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