We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc374c commit 7e0dae7Copy full SHA for 7e0dae7
third_party/iluvatar/include/triton/Conversion/TritonGPUToLLVM/ElementwiseOpToLLVMBase.h
@@ -8,6 +8,8 @@
8
#include "triton/Conversion/TritonGPUToLLVM/PatternTritonGPUOpToLLVM.h"
9
#include "triton/Conversion/TritonGPUToLLVM/Utility.h"
10
11
+#include "triton/../../backend/flagtree_backend_specialization/include/flagtree_spec.h"
12
+
13
using namespace mlir;
14
using namespace mlir::triton;
15
third_party/iluvatar/include/triton/Conversion/TritonGPUToLLVM/TargetInfoBase.h
@@ -3,6 +3,8 @@
3
4
#include "triton/Conversion/MLIRTypes.h"
5
6
7
namespace mlir::triton {
class TargetInfoBase {
public:
0 commit comments