//===- TritonGPUToLLVMTests.cpp - Tests for // TritonGPUToLLVM----------------------------------===// // //===----------------------------------------------------------------------===// #include "triton/Conversion/TritonGPUToLLVM/PtxAsmFormat.h" #include #include namespace mlir { TEST(PtxAsmFormatTest, BasicTest) { EXPECT_EQ(true, true); } } // namespace mlir