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
0a11ce60
"vscode:/vscode.git/clone" did not exist on "139ee14ca178a193cbae8db966f56be1249a13fb"
Commit
0a11ce60
authored
Oct 13, 2023
by
Jing Zhang
Browse files
fixed ci
parent
8fdb7567
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
example/01_gemm/CMakeLists.txt
example/01_gemm/CMakeLists.txt
+3
-0
example/01_gemm/gemm_xdl_input_i16_comp_i8_scale_ab.cpp
example/01_gemm/gemm_xdl_input_i16_comp_i8_scale_ab.cpp
+1
-1
No files found.
example/01_gemm/CMakeLists.txt
View file @
0a11ce60
...
...
@@ -83,3 +83,6 @@ endif()
add_example_executable
(
example_gemm_xdl_input_i16_comp_i8_scale_ab gemm_xdl_input_i16_comp_i8_scale_ab.cpp
)
if
(
result EQUAL 0
)
add_dependencies
(
example_gemm_xdl example_gemm_xdl_input_i16_comp_i8_scale_ab
)
endif
()
example/01_gemm/gemm_xdl_input_i16_comp_i8_scale_ab.cpp
View file @
0a11ce60
...
...
@@ -299,5 +299,5 @@ int main(int argc, char* argv[])
return
ck
::
utils
::
check_err
(
e_m_n_device_result
,
e_m_n_host_result
)
?
0
:
1
;
}
return
0
;
return
true
;
}
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