Files
triton/unittest/Conversion/TritonGPUToLLVM/CMakeLists.txt
Yan Chunwei 3a84278530 [Triton-MLIR][BACKEND] Refine dot conversion (#710)
This PR does

1. Refine the dot conversion
2. some other tiny code refinement
2022-09-27 14:38:34 +08:00

6 lines
89 B
CMake

add_triton_ut(
NAME TestPtxAsmFormat
SRCS PtxAsmFormatTest.cpp
LIBS TritonGPUToLLVM
)