From 139b14506f9557660a5c23088c18ab953d33bba3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 07:22:53 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- taichi/codegen/cpu/codegen_cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taichi/codegen/cpu/codegen_cpu.cpp b/taichi/codegen/cpu/codegen_cpu.cpp index c4152d791bb6a..245596cf57ce7 100644 --- a/taichi/codegen/cpu/codegen_cpu.cpp +++ b/taichi/codegen/cpu/codegen_cpu.cpp @@ -306,7 +306,7 @@ FunctionType CodeGenCPU::codegen() { auto compiled_res = gen.run_compilation(); CPUModuleToFunctionConverter converter{gen.tlctx, - llvm_prog->get_runtime_executor()}; + llvm_prog->get_runtime_executor()}; std::vector data_list; data_list.push_back(std::move(compiled_res)); if (!kernel->is_evaluator) {