[Triton-MLIR] Minor fixes to enable fused-softmax and layer-norm tutorials (#835)
This commit is contained in:
@@ -1051,7 +1051,7 @@ struct LoadOpConversion
|
||||
if (other) {
|
||||
for (size_t ii = 0; ii < nWords; ++ii) {
|
||||
PTXInstr &mov = *ptxBuilder.create<>("mov");
|
||||
mov.o("u", width);
|
||||
mov.o("u" + std::to_string(width));
|
||||
|
||||
size_t size = width / valueElemNbits;
|
||||
|
||||
|
Reference in New Issue
Block a user