Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
51ef7647
Commit
51ef7647
authored
Jul 05, 2023
by
Po-Yen, Chen
Browse files
Turn off GEMM v2 pipeline optimization by default
parent
4108ef25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library/src/tensor_operation_instance/gpu/gemm/CMakeLists.txt
...ary/src/tensor_operation_instance/gpu/gemm/CMakeLists.txt
+1
-1
No files found.
library/src/tensor_operation_instance/gpu/gemm/CMakeLists.txt
View file @
51ef7647
...
@@ -82,7 +82,7 @@ add_instance_library(${INSTANCE_LIBRARY_NAME}
...
@@ -82,7 +82,7 @@ add_instance_library(${INSTANCE_LIBRARY_NAME}
device_gemm_xdl_f64_f64_f64_mk_nk_mn_instance.cpp
device_gemm_xdl_f64_f64_f64_mk_nk_mn_instance.cpp
)
)
set
(
ENABLE_PIPELINE_V2_OPT O
N
)
set
(
ENABLE_PIPELINE_V2_OPT O
FF
)
if
(
ENABLE_PIPELINE_V2_OPT
)
if
(
ENABLE_PIPELINE_V2_OPT
)
# layout=NT
# layout=NT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment