diff --git a/src/jit/impl/mlir/compiler.cpp b/src/jit/impl/mlir/compiler.cpp index ec7c9a89..c1d19cb3 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 {