[Triton-MLIR] Generate LLVM/PTX code for async ops (#735)
This commit is contained in:
@@ -76,7 +76,7 @@ TEST_F(PtxAsmFormatTest, complexInstruction) {
|
||||
|
||||
auto &ld =
|
||||
builder
|
||||
.create<PtxIOInstr>("ld") //
|
||||
.create<PTXIOInstr>("ld") //
|
||||
->o("volatile", isVolatile)
|
||||
.global()
|
||||
.o("ca", cache == CacheModifier::CA)
|
||||
|
Reference in New Issue
Block a user