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
db5b7951
Commit
db5b7951
authored
Oct 14, 2023
by
Jing Zhang
Browse files
fixed ci
parent
b783dd12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/01_gemm/gemm_xdl_input_i32_comp_i8_scale_ab.cpp
example/01_gemm/gemm_xdl_input_i32_comp_i8_scale_ab.cpp
+1
-1
No files found.
example/01_gemm/gemm_xdl_input_i32_comp_i8_scale_ab.cpp
View file @
db5b7951
...
...
@@ -297,5 +297,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
true
;
return
0
;
}
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