forked from OSchip/llvm-project
Apply clang-tidy fixes for llvm-namespace-comment in GPUToNVVMPass.h (NFC)
This commit is contained in:
parent
e4f5d47296
commit
63edb563a1
|
@ -24,7 +24,7 @@ class OperationPass;
|
|||
namespace gpu {
|
||||
class GPUModuleOp;
|
||||
class MMAMatrixType;
|
||||
}
|
||||
} // namespace gpu
|
||||
|
||||
LLVM::LLVMStructType convertMMAToLLVMType(gpu::MMAMatrixType type);
|
||||
|
||||
|
|
Loading…
Reference in New Issue