[BACKEND] More minor backend fixups (#2223)

* Fix bug in V100 convert layout
* Do not push elementwise between convert and dot for V100
This commit is contained in:
Philippe Tillet
2023-08-31 22:02:56 -07:00
committed by GitHub
parent c6d33dcebf
commit 9b8c48f25d
3 changed files with 6 additions and 5 deletions

View File

@@ -346,7 +346,7 @@ private:
SmallVector<unsigned> numCTAsEachRep(rank, 1);
SmallVector<unsigned> shapePerCTATile = getShapePerCTATile(layout, shape);
SmallVector<int64_t> shapePerCTA = getShapePerCTA(layout, shape);
auto elemTy = type.getElementType();
auto elemTy = getTypeConverter()->convertType(type.getElementType());
int ctaId = 0;