File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
litert/samples/async_segmentation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ cc_binary(
9191 ":shader_files" ,
9292 ":test_images" ,
9393 "//litert/c:litert_runtime_c_api_shared_lib" , # buildcleaner: keep
94- "@litert_gpu//:jni/arm64-v8a/libLiteRtGpuAccelerator .so" , # copybara:comment
94+ "@litert_gpu//:jni/arm64-v8a/libLiteRtOpenClAccelerator .so" , # copybara:comment
9595 # copybara:uncomment "//litert/runtime/accelerators/gpu:ml_drift_cl_accelerator_so",
9696 ],
9797 linkopts = litert_android_linkopts () + gles_linkopts (),
Original file line number Diff line number Diff line change @@ -221,14 +221,14 @@ adb push "${HOST_MODEL_DIR}/${MODEL_FILENAME}" "${DEVICE_MODEL_DIR}/"
221221echo " Pushed segmentation models."
222222
223223# Push c api shared library
224- LD_LIBRARY_PATH=" ${LD_LIBRARY_PATH} :${DEVICE_BASE_DIR} /"
224+ LD_LIBRARY_PATH=" ${LD_LIBRARY_PATH} :${DEVICE_BASE_DIR} /"
225225adb push " ${C_LIBRARY_LOCATION} /libLiteRtRuntimeCApi.so" " ${DEVICE_BASE_DIR} /"
226226echo " Pushed c api shared library."
227227
228228# Push gpu accelerator shared library
229- LD_LIBRARY_PATH=" ${LD_LIBRARY_PATH} :${DEVICE_BASE_DIR} /"
229+ LD_LIBRARY_PATH=" ${LD_LIBRARY_PATH} :${DEVICE_BASE_DIR} /"
230230if [[ " $ACCELERATOR " == " gpu" ]]; then
231- adb push " ${HOST_GPU_LIBRARY_DIR} /libLiteRtGpuAccelerator .so" " ${DEVICE_BASE_DIR} /"
231+ adb push " ${HOST_GPU_LIBRARY_DIR} /libLiteRtOpenClAccelerator .so" " ${DEVICE_BASE_DIR} /"
232232fi
233233echo " Pushed gpu accelerator shared library."
234234
You can’t perform that action at this time.
0 commit comments