File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 13
13
#if defined(ET_USE_THREADPOOL)
14
14
#include < executorch/extension/threadpool/cpuinfo_utils.h>
15
15
#include < executorch/extension/threadpool/threadpool.h>
16
+ #else
17
+ #error "threadpool is required"
16
18
#endif
17
19
18
20
DEFINE_string (
Original file line number Diff line number Diff line change 17
17
#if defined(ET_USE_THREADPOOL)
18
18
#include < executorch/extension/threadpool/cpuinfo_utils.h>
19
19
#include < executorch/extension/threadpool/threadpool.h>
20
+ #else
21
+ #error "threadpool is required"
20
22
#endif
21
23
22
24
DEFINE_string (
Original file line number Diff line number Diff line change 24
24
#if defined(ET_USE_THREADPOOL)
25
25
#include < executorch/extension/threadpool/cpuinfo_utils.h>
26
26
#include < executorch/extension/threadpool/threadpool.h>
27
+ #else
28
+ #error "threadpool is required"
27
29
#endif
28
30
29
31
#include < fbjni/ByteBuffer.h>
Original file line number Diff line number Diff line change 21
21
#ifdef ET_USE_THREADPOOL
22
22
#include < executorch/extension/parallel/thread_parallel.h>
23
23
#include < executorch/extension/threadpool/threadpool.h>
24
+ #else
25
+ #error "threadpool is required"
24
26
#endif
25
27
#include < executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h>
26
28
You can’t perform that action at this time.
0 commit comments