diff --git a/src/jit/impl/mlir/compiler.cpp b/src/jit/impl/mlir/compiler.cpp index ec7c9a89796f46c6966a10cc7e43c9f44cfde83a..c1d19cb3668642aa71d89cb90a43257907ee60c3 100644 --- a/src/jit/impl/mlir/compiler.cpp +++ b/src/jit/impl/mlir/compiler.cpp @@ -57,7 +57,7 @@ mlir::OwnedBlob compile_ptx_to_cubin( } std::unique_ptr translate_module_to_nvvm_ir_and_link_device( - Operation* m, llvm::LLVMContext& llvmContext, llvm::StringRef name) { + Operation* m, llvm::LLVMContext& llvmContext, llvm::StringRef /*name*/) { std::unique_ptr module = mlir::translateModuleToNVVMIR(m, llvmContext); auto get_device_path = []() -> std::string {