[TRITONGPU] Added template for Triton -> TritonGPU conversion
This commit is contained in:
15
lib/Conversion/PassDetail.h
Normal file
15
lib/Conversion/PassDetail.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef TRITON_CONVERSION_PASSDETAIL_H
|
||||
#define TRITON_CONVERSION_PASSDETAIL_H
|
||||
|
||||
#include "mlir/Pass/Pass.h"
|
||||
|
||||
namespace mlir{
|
||||
namespace triton{
|
||||
|
||||
#define GEN_PASS_CLASSES
|
||||
#include "triton/Conversion/Passes.h.inc"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user