mirror of https://github.com/llvm/torch-mlir
[TORCH] Fix the location of packed_params.
The location of packed_params.h is changed in aten src.pull/654/head
parent
51e267aa37
commit
b6d13301fc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue