mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user