[Triton-MLIR] Generate LLVM/PTX code for async ops (#735)

This commit is contained in:
Keren Zhou
2022-10-04 09:37:00 -07:00
committed by GitHub
parent f9d7f2f126
commit 289ff293cc
9 changed files with 412 additions and 57 deletions

View File

@@ -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)