Closed
Description
From bf1914c on main branch:
$SRC_DIR/torchvision/csrc/ops/quantized/cpu/qnms_kernel.cpp:2:10: fatal error: ATen/native/quantized/affine_quantizer.h: No such file or directory
2 | #include <ATen/native/quantized/affine_quantizer.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Because torch core renamed affine_quantizer.h
into AffineQuantizer.h
.
This will eventually be fixed by #6133. The irony is that some jobs are relying on the nightly from today while some other jobs are still relying on nightlies from yesterday where the changes from core haven't propagated. So these jobs are red on #6133.
I guess we'll have to wait till tomorrow to merge #6133 and get our green CI back.
cc @seemethere