"...composable_kernel.git" did not exist on "c77ae65d40b1316dac02c4decf02d8517c840be2"
Commit 4108ef25 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Remove debug message

parent 09e74cd7
......@@ -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()
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