High-efficiency floating-point neural network inference operators for mobile, server, and Web
Other
1.89k
stars
376
forks
source link
ARM build on gcc-13 failed with src/reference/unary-elementwise.cc:125:14: error: invalid ‘static_cast’ from type ‘xnn_bfloat16’ to type ‘_Float16’ #7489
Original issue from pytorch: https://github.com/pytorch/pytorch/issues/141083
The XNNPACK commit is at https://github.com/google/XNNPACK/commit/4ea82e595b36106653175dcb04b2aa532660d0d8
Build error:
Environment:
CPU is neoverse-v2, or Nvidia Grace
It was reported that gcc-11 builds ok in the original pytorch issue.