mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
Merge pull request #410 from ROCmSoftwarePlatform/ifu-231117
Ifu 231117
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user