Commit 51ef7647 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Turn off GEMM v2 pipeline optimization by default

parent 4108ef25
......@@ -82,7 +82,7 @@ add_instance_library(${INSTANCE_LIBRARY_NAME}
device_gemm_xdl_f64_f64_f64_mk_nk_mn_instance.cpp
)
set(ENABLE_PIPELINE_V2_OPT ON)
set(ENABLE_PIPELINE_V2_OPT OFF)
if (ENABLE_PIPELINE_V2_OPT)
# layout=NT
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment