Home
last modified time | relevance | path

Searched refs:kInvalidCaseStr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp42 static constexpr StringRef kInvalidCaseStr = "Unsupported WMMA variant."; variable
108 return rewriter.notifyMatchFailure(op, kInvalidCaseStr); in matchAndRewrite()
158 return rewriter.notifyMatchFailure(op, kInvalidCaseStr); in matchAndRewrite()
228 return rewriter.notifyMatchFailure(op, kInvalidCaseStr); in matchAndRewrite()