From 59a47b7d330a40971bad89f0e8aa282e79e889f1 Mon Sep 17 00:00:00 2001 From: Guozhong Zhuang Date: Fri, 21 Sep 2018 09:56:29 -0700 Subject: refine a comment per Tatiana's suggestions --- tensorflow/core/util/mkl_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow') diff --git a/tensorflow/core/util/mkl_util.h b/tensorflow/core/util/mkl_util.h index f371fd6f95..2f2705de92 100644 --- a/tensorflow/core/util/mkl_util.h +++ b/tensorflow/core/util/mkl_util.h @@ -2098,7 +2098,7 @@ static inline memory::format get_desired_format(int channel, (channel % 8) == 0) { fmt_desired = is_2d ? memory::format::nChw8c - : memory::format::ncdhw; // not support avx2 for 3d yet. + : memory::format::ncdhw; // no avx2 support for 3d yet. } else { fmt_desired = is_2d ? memory::format::nchw : memory::format::ncdhw; } -- cgit v1.2.3