Commit 0a11ce60 authored by Jing Zhang's avatar Jing Zhang
Browse files

fixed ci

parent 8fdb7567
...@@ -83,3 +83,6 @@ endif() ...@@ -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) 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()
...@@ -299,5 +299,5 @@ int main(int argc, char* argv[]) ...@@ -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 ck::utils::check_err(e_m_n_device_result, e_m_n_host_result) ? 0 : 1;
} }
return 0; return true;
} }
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