Cannot compile XNNPACK for Windows...
Open
- Dominant language
- C
- Stars
- 2.5k
- Forks
- 560
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 163
Description
I tried to update my project with latest XNNPACK, but so far cannot make it compilable....
First it didn't compiled because of missing symbols in standard pthreadpool like:
pthreadpool_task_1d_tile_1d_dynamic_with_id_t, pthreadpool_task_2d_tile_2d_dynamic_t, etc.
Then i analyzed cmake files and realized that it requires special pthreadpool version from archive.
So i downloaded it and.. it still doesn't compile, because in windows stdatomic.h is not exists.
So it fails to compile at this line...
#include
in threadpool-atomics.h.
Any ideas how to compile XNNPACK for windows platform ?
Contributor guide
Assessment
This issue has not been assessed yet.