[Triton-MLIR] Minor fixes to enable fused-softmax and layer-norm tutorials (#835)
This commit is contained in:
@@ -112,8 +112,8 @@ TEST_F(PtxAsmFormatTest, MultiLinePTX) {
|
||||
mov(valVal1, constVal);
|
||||
mov(valVal1, valVal0);
|
||||
|
||||
EXPECT_EQ(builder.dump(), "mov $0, 0x1;\r\n"
|
||||
"mov $1, 0x1;\r\n"
|
||||
EXPECT_EQ(builder.dump(), "mov $0, 0x1;\n\t"
|
||||
"mov $1, 0x1;\n\t"
|
||||
"mov $1, $0;");
|
||||
|
||||
auto values = builder.getAllMLIRArgs();
|
||||
|
Reference in New Issue
Block a user