Egor Tyuvaev
Egor Tyuvaev
### Description Use `concurrent.futures.ThreadPoolExecutor` instead of an own `threading.Thread`-based implementation. Fixes hanging when connection is not closed before exiting Python.
Running this simple DAG ```yaml env: - WDIR: somedir steps: - name: step1 dir: ${WDIR} command: bash script: | mkdir -p ${WDIR} cd ${WDIR} pwd ``` Would yield this result:...
Compilation in Conan fails if compiler=clang and libstd=libstdc++ because conan defines _GLIBCXX_USE_CXX11_ABI=0 but openvino autodetects the value and overwrites it with _GLIBCXX_USE_CXX11_ABI=1. These changes make it honor the compile definitions...
Specify library name and version: **openvino/2024.1.0** --- - [ ] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [ ] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6)...
### Summary Changes to recipe: **level-zero/1.17.28** #### Motivation openvino recipe needs level-zero to support execution on Intel NPU devices this library also might be used by libfabric #### Details ---...
Version: main, v24.08 **Platform: armv7a** **Operating System: Android** **Problem description:** ComputeLibrary wouldn't build for neon=1 arch=armv7a os=android with Android NDK r27b (LTS, latest at this moment), r26d (prevoius LTS) Build...