[Triton-MLIR] Minor fixes to enable fused-softmax and layer-norm tutorials (#835)
This commit is contained in:
@@ -125,7 +125,7 @@ std::string PTXBuilder::dump() const {
|
||||
lines.push_back(exec->dump());
|
||||
}
|
||||
|
||||
return strJoin(lines, "\r\n");
|
||||
return strJoin(lines, "\n\t");
|
||||
}
|
||||
|
||||
PTXInstrExecution &PTXInstrCommon::call(ArrayRef<Operand *> oprs) {
|
||||
|
Reference in New Issue
Block a user