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
256d22c7
Commit
256d22c7
authored
Sep 14, 2023
by
Po-Yen, Chen
Browse files
Dump IR for diff pass
parent
8e837084
Changes
1
Hide 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 @
256d22c7
...
...
@@ -24,7 +24,7 @@ if(DTYPES MATCHES "fp16" OR NOT DEFINED DTYPES)
add_example_executable
(
example_gemm_xdl_fp16 gemm_xdl_fp16.cpp
)
set_source_files_properties
(
gemm_xdl_fp16.cpp PROPERTIES
COMPILE_OPTIONS
";-v;-save-temps;-Wno-gnu-line-marker;-mllvm;--print-after=
nary-reassociat
e;"
)
COMPILE_OPTIONS
";-v;-save-temps;-Wno-gnu-line-marker;-mllvm;--print-after=
codegenprepar
e;"
)
add_example_executable
(
example_gemm_xdl_wavelet_fp16 gemm_xdl_wavelet_fp16.cpp
)
add_dependencies
(
example_gemm_xdl example_gemm_xdl_fp16
)
...
...
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