Fix v100 fp32

This commit is contained in:
Jokeren
2022-12-12 15:52:16 -08:00
parent 3a1c140385
commit d8d6b9f3f1
4 changed files with 21 additions and 26 deletions

View File

@@ -43,6 +43,8 @@ bool maybeSharedAllocationOp(Operation *op);
bool maybeAliasOp(Operation *op);
bool supportMMA(triton::DotOp op, int version);
std::string getValueOperandName(Value value, AsmState &state);
template <typename T_OUT, typename T_IN>