"...composable_kernel_rocm.git" did not exist on "7a7fe160866b7b2893be698d77b70cc8cf754fb5"
Commit 1f8cf648 authored by Aviral Goel's avatar Aviral Goel
Browse files

fixed typo

parent b1a9bab4
...@@ -1023,7 +1023,7 @@ pipeline { ...@@ -1023,7 +1023,7 @@ pipeline {
environment{ environment{
setup_args = "NO_CK_BUILD" setup_args = "NO_CK_BUILD"
execute_args = """ ../script/cmake-ck-dev.sh ../ gfx942 && \ execute_args = """ ../script/cmake-ck-dev.sh ../ gfx942 && \
make -j64 tile_example_fmha_fwd tile_example_fmha_bwd && \ make -j64 tile_example_fmha_fwd && \
cd ../ && cd ../ &&
eexample/ck_tile/18_flexattn/script/run_full_test.sh "CI_${params.COMPILER_VERSION}" "${env.BRANCH_NAME}" "${NODE_NAME}" gfx942 """ eexample/ck_tile/18_flexattn/script/run_full_test.sh "CI_${params.COMPILER_VERSION}" "${env.BRANCH_NAME}" "${NODE_NAME}" gfx942 """
} }
......
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