[Triton-MLIR][BACKEND] Refine dot conversion (#710)

This PR does

1. Refine the dot conversion
2. some other tiny code refinement
This commit is contained in:
Yan Chunwei
2022-09-27 14:38:34 +08:00
committed by GitHub
parent 61b61755e5
commit 3a84278530
11 changed files with 439 additions and 291 deletions

View File

@@ -1,5 +1,5 @@
add_triton_ut(
NAME PtxAsmFormatTest
NAME TestPtxAsmFormat
SRCS PtxAsmFormatTest.cpp
LIBS TritonGPUToLLVM
)