From b6d13301fc4179a76f4e66b6d58d5d344bc663a7 Mon Sep 17 00:00:00 2001 From: Prashant Kumar Date: Mon, 14 Mar 2022 10:19:35 +0000 Subject: [PATCH] [TORCH] Fix the location of packed_params. The location of packed_params.h is changed in aten src. --- .../dialects/torch/importer/jit_ir/csrc/ivalue_importer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/torch_mlir/dialects/torch/importer/jit_ir/csrc/ivalue_importer.cpp b/python/torch_mlir/dialects/torch/importer/jit_ir/csrc/ivalue_importer.cpp index def12ca3a..996bc75cb 100644 --- a/python/torch_mlir/dialects/torch/importer/jit_ir/csrc/ivalue_importer.cpp +++ b/python/torch_mlir/dialects/torch/importer/jit_ir/csrc/ivalue_importer.cpp @@ -21,7 +21,7 @@ #include "mlir-c/Diagnostics.h" #include "torch-mlir-c/TorchTypes.h" -#include "ATen/native/quantized/cpu/packed_params.h" +#include "ATen/native/quantized/packed_params.h" #include "caffe2/core/scope_guard.h" using namespace torch_mlir;