Skip to content

Commit

Permalink
[AMD] Add missing dependency to TritonAMDGPUIR (#5053)
Browse files Browse the repository at this point in the history
TritonAMDGPUTransforms now depends on it.
  • Loading branch information
antiagainst authored Nov 3, 2024
1 parent 530efbb commit 0b443ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/amd/include/Dialect/TritonAMDGPU/IR/Dialect.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "mlir/IR/Dialect.h"
#include "mlir/IR/PatternMatch.h"
#include "triton/Dialect/Triton/IR/Traits.h"

// clang-format off
#include "amd/include/Dialect/TritonAMDGPU/IR/Dialect.h.inc"
// clang-format on
Expand Down
1 change: 1 addition & 0 deletions third_party/amd/lib/TritonAMDGPUTransforms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ add_triton_library(TritonAMDGPUTransforms
MfmaGroup.cpp

DEPENDS
TritonAMDGPUIR
TritonAMDGPUTransformsIncGen
TritonGPUIR
)
Expand Down

0 comments on commit 0b443ce

Please sign in to comment.