summaryrefslogtreecommitdiff
path: root/src/routines/levelx/xconvgemm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/levelx/xconvgemm.hpp')
-rw-r--r--src/routines/levelx/xconvgemm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/levelx/xconvgemm.hpp b/src/routines/levelx/xconvgemm.hpp
index ac27657f..9d11ccee 100644
--- a/src/routines/levelx/xconvgemm.hpp
+++ b/src/routines/levelx/xconvgemm.hpp
@@ -29,7 +29,7 @@ class Xconvgemm: public Routine {
// Constructor
enum class ConvGemmMethod {kWithIm2Col, kSingleKernel};
Xconvgemm(Queue &queue, EventPointer event, const std::string &name = "CONVGEMM",
- const ConvGemmMethod method = ConvGemmMethod::kSingleKernel);
+ const ConvGemmMethod method = ConvGemmMethod::kWithIm2Col);
// Templated-precision implementation of the routine
void DoConvgemm(const size_t channels, const size_t height, const size_t width,