diff --git a/.github/actions/build_vgg_resnet_action/action.yml b/.github/actions/build_vgg_resnet_action/action.yml index 045249f8d..fb9f04b1a 100644 --- a/.github/actions/build_vgg_resnet_action/action.yml +++ b/.github/actions/build_vgg_resnet_action/action.yml @@ -47,7 +47,7 @@ runs: export CMAKE_C_COMPILER=${{ inputs.workspace }}/linux_nightly_release/bin/clang export CA_HAL_DEBUG=1 export CA_PROFILE_LEVEL=3 - export ONEAPI_DEVICE_SELECTOR=opencl:acc + export ONEAPI_DEVICE_SELECTOR=opencl:fpga export OCL_ICD_FILENAMES=${{ inputs.workspace }}/ock_install_dir/lib/libCL.so # As the oneAPI basetoolkit release has a whitelist of devices, it filters out RefSi. # To override it, as a temporary solution we can point SYCL_CONFIG_FILE_NAME to ``. @@ -76,9 +76,9 @@ runs: python $portDNN_source/samples/networks/img2bin.py $(pwd)/Labrador_Retriever_Molly.jpg # Testing on image for VGG16 - CA_HAL_DEBUG=1 CA_PROFILE_LEVEL=3 OCL_ICD_FILENAMES=${{ inputs.workspace }}/ock_install_dir/lib/libCL.so ONEAPI_DEVICE_SELECTOR=opencl:acc SYCL_CONFIG_FILE_NAME= ${{ inputs.workspace }}/portDNN_build_dir/samples/networks/vgg/vgg vdata/ $(pwd)/Labrador_Retriever_Molly.jpg.bin + CA_HAL_DEBUG=1 CA_PROFILE_LEVEL=3 OCL_ICD_FILENAMES=${{ inputs.workspace }}/ock_install_dir/lib/libCL.so ONEAPI_DEVICE_SELECTOR=opencl:fpga SYCL_CONFIG_FILE_NAME= ${{ inputs.workspace }}/portDNN_build_dir/samples/networks/vgg/vgg vdata/ $(pwd)/Labrador_Retriever_Molly.jpg.bin # Testing on image for Resnet50 - CA_HAL_DEBUG=1 CA_PROFILE_LEVEL=3 OCL_ICD_FILENAMES=${{ inputs.workspace }}/ock_install_dir/lib/libCL.so ONEAPI_DEVICE_SELECTOR=opencl:acc SYCL_CONFIG_FILE_NAME= ${{ inputs.workspace }}/portDNN_build_dir/samples/networks/resnet50/resnet50 rdata/ $(pwd)/Labrador_Retriever_Molly.jpg.bin + CA_HAL_DEBUG=1 CA_PROFILE_LEVEL=3 OCL_ICD_FILENAMES=${{ inputs.workspace }}/ock_install_dir/lib/libCL.so ONEAPI_DEVICE_SELECTOR=opencl:fpga SYCL_CONFIG_FILE_NAME= ${{ inputs.workspace }}/portDNN_build_dir/samples/networks/resnet50/resnet50 rdata/ $(pwd)/Labrador_Retriever_Molly.jpg.bin - name: Package artifacts shell: bash diff --git a/.github/workflows/run_ock_demo.yml b/.github/workflows/run_ock_demo.yml index 06a8eb26e..6766cb161 100644 --- a/.github/workflows/run_ock_demo.yml +++ b/.github/workflows/run_ock_demo.yml @@ -65,7 +65,7 @@ jobs: export CMAKE_C_COMPILER=$(pwd)/linux_nightly_release/bin/clang export CA_HAL_DEBUG=1 export CA_PROFILE_LEVEL=3 - export ONEAPI_DEVICE_SELECTOR=opencl:acc + export ONEAPI_DEVICE_SELECTOR=opencl:fpga export OCL_ICD_FILENAMES=$(pwd)/install/lib/libCL.so # As the oneAPI basetoolkit release has a whitelist of devices, it filters out RefSi. # To override it, as a temporary solution we can point SYCL_CONFIG_FILE_NAME to ``.