Apply clang-tidy fixes for llvm-namespace-comment in GPUToNVVMPass.h (NFC)

This commit is contained in:
Mehdi Amini 2022-01-11 20:29:35 +00:00
parent e4f5d47296
commit 63edb563a1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class OperationPass;
namespace gpu {
class GPUModuleOp;
class MMAMatrixType;
}
} // namespace gpu
LLVM::LLVMStructType convertMMAToLLVMType(gpu::MMAMatrixType type);