#ifndef TRITONGPU_IR_TRAITS_H_ #define TRITONGPU_IR_TRAITS_H_ #include "mlir/IR/BuiltinTypes.h" #include "mlir/IR/OpDefinition.h" #include "mlir/Interfaces/InferTypeOpInterface.h" #include "mlir/Support/LogicalResult.h" #include "triton/Dialect/Triton/IR/Types.h" namespace mlir { namespace OpTrait { template class MemDescViewTrait : public mlir::OpTrait::TraitBase { // Optional: Add methods or verification logic here }; } // namespace OpTrait } // namespace mlir #endif