Skip to content

Commit c130224

Browse files
committed
Update
[ghstack-poisoned]
1 parent d9cd27c commit c130224

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

extension/parallel/thread_parallel.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#pragma once
1010

1111
// 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.
12+
// executorch/runtime/kernel. As such, it is deprecated; include and
13+
// use the below header directly instead.
1614
#include <executorch/runtime/kernel/thread_parallel_interface.h>

0 commit comments

Comments
 (0)