We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8ada2 commit b17fc49Copy full SHA for b17fc49
1 file changed
src/common/primitive_iface.cpp
@@ -156,7 +156,7 @@ status_t primitive_execute(
156
& dnnl::threadpool_interop::threadpool_iface::
157
ASYNCHRONOUS)
158
&& stream->engine()->kind() == engine_kind::cpu;
159
- block_on_wait = !async_cpu;
+ block_on_wait = !is_async_cpu;
160
#endif
161
if (block_on_wait) stream->wait();
162
double start_ms = get_msec();
0 commit comments