Closed xuhancn closed 3 days ago
My pervious PR to add build option to turn off libm, link: https://github.com/google/XNNPACK/pull/7522
libm
After that, I tried to upgrade XNNPACK of PyTorch, but I found static_assert was not supported on MSVC 2019, error CI link: https://hud.pytorch.org/pr/141754.
XNNPACK
PyTorch
static_assert
My pervious PR to add build option to turn off
libm
, link: https://github.com/google/XNNPACK/pull/7522After that, I tried to upgrade
XNNPACK
ofPyTorch
, but I foundstatic_assert
was not supported on MSVC 2019, error CI link: https://hud.pytorch.org/pr/141754.