Skip to content

Commit 501c471

Browse files
authored
graph: backend: dnnl: fix the code comment
1 parent d31ddf7 commit 501c471

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/graph/backend/dnnl/kernels/sdp_base.hpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ struct sdp_base_t : public kernel_base_t {
8888

8989
// The fuction is used to check if enable the decompostion kernel based on
9090
// 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.
91+
// to openmp and threadpool. There is also an internal env var to decide if
92+
// use the kernel.
9493
// TODO: Remove CPU runtime check when we extend the support for others
9594
bool enable_decomp_kernel() {
9695
#if DNNL_CPU_RUNTIME == DNNL_RUNTIME_OMP \

0 commit comments

Comments
 (0)