We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31ddf7 commit 501c471Copy full SHA for 501c471
src/graph/backend/dnnl/kernels/sdp_base.hpp
@@ -88,9 +88,8 @@ struct sdp_base_t : public kernel_base_t {
88
89
// The fuction is used to check if enable the decompostion kernel based on
90
// user's env and params. Currently, we restrict the library’s CPU runtime
91
- // to openmp. We also only enable the decompose kernel in the machine with
92
- // specific ISA support. There is also an internal env var to decide if use
93
- // the kernel.
+ // to openmp and threadpool. There is also an internal env var to decide if
+ // use the kernel.
94
// TODO: Remove CPU runtime check when we extend the support for others
95
bool enable_decomp_kernel() {
96
#if DNNL_CPU_RUNTIME == DNNL_RUNTIME_OMP \
0 commit comments