Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaSharf committed Feb 1, 2024
1 parent d595a14 commit 1307366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/do_build_ock/do_build_m1/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ inputs:
extra_flags:
description: 'any additional flags'
default: ''
install_dir:
description: 'install directory for ock'
default: ${{ inputs.install_dir }}

runs:
# We don't want a new docker just a list of steps, so mark as composite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_publish_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
ninja -C build_ock_tests
cd build_ock_tests
# Run simple_vector_add
./bin/simple_vector_add
bin/simple_vector_add
CA_RISCV_DUMP_IR=1 CA_HAL_DEBUG=1 OCL_ICD_FILENAMES=$(pwd)/install/lib/libCL.so ONEAPI_DEVICE_SELECTOR=opencl:acc SYCL_CONFIG_FILE_NAME="" bin/simple_vector_add
env CA_RISCV_VLEN_BITS_MIN=128 CA_RISCV_VF=4 bin/simple-vector-add
# Run tests
Expand Down

0 comments on commit 1307366

Please sign in to comment.