[Triton-MLIR][Testing]Fix tests warning, with small code clean-up (#894)

1.Code clean-up to remove superfluous #includes.
2.Fix two python test warnings, in which one relates to ["#"
formats](https://jira.mongodb.org/browse/PYTHON-2343), the other relates
to regular expression string usage.
This commit is contained in:
Jun Yang
2022-11-19 22:33:59 +08:00
committed by GitHub
parent afaf59b0c9
commit 8a5647782d
5 changed files with 3 additions and 33 deletions

View File

@@ -2,6 +2,7 @@
#define TRITON_TARGET_LLVMIRTRANSLATION_H
#include "llvm/ADT/StringRef.h"
#include <memory>
#include <string>
#include <vector>
namespace llvm {

View File

@@ -1,7 +1,6 @@
#ifndef TRITON_TARGET_PTXTRANSLATION_H
#define TRITON_TARGET_PTXTRANSLATION_H
#include <memory>
#include <string>
namespace llvm {