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
e3f8e0d3
"...composable_kernel.git" did not exist on "0bd13d761279a3d4fb5d15d59af59d67f91083d4"
Commit
e3f8e0d3
authored
Oct 25, 2023
by
Po-Yen, Chen
Browse files
Fix wording
parent
e521c0e7
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 @
e3f8e0d3
...
@@ -109,7 +109,7 @@ if (ENABLE_PIPELINE_V2_OPT)
...
@@ -109,7 +109,7 @@ if (ENABLE_PIPELINE_V2_OPT)
)
)
# TODO: The "-vectorize-slp=false" LLVM option is a workaround to prevent inefficient instruction scheduling
# TODO: The "-vectorize-slp=false" LLVM option is a workaround to prevent inefficient instruction scheduling
# caused by SLP Vectorizer. Remove this option after fix the SLP Vectorizer issue.
# caused by
the
SLP Vectorizer. Remove this option after fix the SLP Vectorizer issue.
# layout=NT
# layout=NT
set_source_files_properties
(
device_gemm_xdl_f16_f16_f16/km_kn_mn_default_pipeline_v2_opt_instance.cpp PROPERTIES
set_source_files_properties
(
device_gemm_xdl_f16_f16_f16/km_kn_mn_default_pipeline_v2_opt_instance.cpp PROPERTIES
COMPILE_OPTIONS
";-mllvm;-vectorize-slp=false"
COMPILE_OPTIONS
";-mllvm;-vectorize-slp=false"
...
...
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