google / google/XNNPACK

Cannot compile XNNPACK for Windows...

Open
#8,588 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.