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
aaf01907
Commit
aaf01907
authored
Jun 18, 2023
by
Po-Yen, Chen
Browse files
Print IGLP debug message
parent
85f59a0f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/01_gemm/CMakeLists.txt
example/01_gemm/CMakeLists.txt
+1
-1
No files found.
example/01_gemm/CMakeLists.txt
View file @
aaf01907
...
...
@@ -17,7 +17,7 @@ endif(USE_BITINT_EXTENSION_INT4)
add_custom_target
(
example_gemm_xdl
)
add_example_executable
(
example_gemm_xdl_fp16 gemm_xdl_fp16.cpp
)
set_source_files_properties
(
example_gemm_xdl_fp16 gemm_xdl_fp16.cpp PROPERTIES COMPILE_OPTIONS
";--save-temps;-Wno-gnu-line-marker;"
)
set_source_files_properties
(
example_gemm_xdl_fp16 gemm_xdl_fp16.cpp PROPERTIES COMPILE_OPTIONS
";--save-temps;-Wno-gnu-line-marker;
-mllvm;--debug-only=igrouplp;
"
)
add_example_executable
(
example_gemm_xdl_wavelet_fp16 gemm_xdl_wavelet_fp16.cpp
)
add_example_executable
(
example_gemm_xdl_bf16 gemm_xdl_bf16.cpp
)
add_example_executable
(
example_gemm_xdl_int8 gemm_xdl_int8.cpp
)
...
...
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