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
4108ef25
"...composable_kernel.git" did not exist on "c77ae65d40b1316dac02c4decf02d8517c840be2"
Commit
4108ef25
authored
Jul 05, 2023
by
Po-Yen, Chen
Browse files
Remove debug message
parent
09e74cd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
library/src/tensor_operation_instance/gpu/gemm/CMakeLists.txt
...ary/src/tensor_operation_instance/gpu/gemm/CMakeLists.txt
+1
-3
No files found.
library/src/tensor_operation_instance/gpu/gemm/CMakeLists.txt
View file @
4108ef25
...
...
@@ -85,10 +85,9 @@ add_instance_library(${INSTANCE_LIBRARY_NAME}
set
(
ENABLE_PIPELINE_V2_OPT ON
)
if
(
ENABLE_PIPELINE_V2_OPT
)
message
(
"[POYENC] ENABLE_PIPELINE_V2_OPT"
)
# layout=NT
set_source_files_properties
(
device_gemm_xdl_f16_f16_f16/km_kn_mn_default_pipeline_v2_opt_instance.cpp PROPERTIES
COMPILE_OPTIONS
";;"
COMPILE_DEFINITIONS
";CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT=1;CK_USE_WAVES_PER_EU=1;CK_MIN_WAVES_PER_EU=1;CK_MAX_WAVES_PER_EU=1;"
)
# layout=NN
set_source_files_properties
(
device_gemm_xdl_f16_f16_f16/km_nk_mn_default_pipeline_v2_opt_instance.cpp PROPERTIES
...
...
@@ -103,4 +102,3 @@ set_source_files_properties(device_gemm_xdl_f16_f16_f16/mk_nk_mn_default_pipelin
COMPILE_OPTIONS
";-mllvm;-amdgpu-enable-max-ilp-scheduling-strategy;"
COMPILE_DEFINITIONS
";CK_EXPERIMENTAL_PIPELINE_V2_IGLP_OPT=1;CK_USE_WAVES_PER_EU=1;CK_MIN_WAVES_PER_EU=1;CK_MAX_WAVES_PER_EU=1;"
)
endif
()
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