Merge pull request #410 from ROCmSoftwarePlatform/ifu-231117

Ifu 231117
This commit is contained in:
jayfurmanek
2023-12-15 09:09:40 -06:00
committed by GitHub
197 changed files with 9874 additions and 8267 deletions

View File

@@ -676,7 +676,8 @@ private:
inNumCTAsEachRep, multiDimRepId, inVec, paddedRepShape,
origRepShape, outOrd, vals, smemBase);
} else {
assert(0 && "ConvertLayout with input layout not implemented");
llvm::report_fatal_error(
"ConvertLayout with input layout not implemented");
return failure();
}
@@ -713,7 +714,8 @@ private:
paddedRepShape, origRepShape, outOrd, outVals,
smemBase);
} else {
assert(0 && "ConvertLayout with output layout not implemented");
llvm::report_fatal_error(
"ConvertLayout with output layout not implemented");
return failure();
}
}
@@ -1159,7 +1161,7 @@ private:
}
return res;
}
}; // namespace triton::gpu::ConvertLayoutOp>
};
void populateConvertLayoutOpToLLVMPatterns(
TritonGPUToLLVMTypeConverter &typeConverter, RewritePatternSet &patterns,