We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cd27c commit c130224Copy full SHA for c130224
extension/parallel/thread_parallel.h
@@ -9,8 +9,6 @@
9
#pragma once
10
11
// This header is a stub left behind after the move to
12
-// executorch/runtime/kernel. Depend on this target and include this
13
-// header if you have a hard requirement for threading; if you want to
14
-// cleanly use parallelization if available, then depend on and use
15
-// the below header instead.
+// executorch/runtime/kernel. As such, it is deprecated; include and
+// use the below header directly instead.
16
#include <executorch/runtime/kernel/thread_parallel_interface.h>
0 commit comments