oneCCL icon indicating copy to clipboard operation
oneCCL copied to clipboard

oneAPI Collective Communications Library (oneCCL)

Results 20 oneCCL issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

When building with DPCPP backend, the following errors arise: ``` cmake ../ -GNinja -DCMAKE_CXX_COMPILER=dpcpp -DCOMPUTE_BACKEND=dpcpp -DBUILD_FT=ON ninja [3/252] Building CXX object src/CMakeFiles/ccl-objects.dir/atl/atl_base_comm.cpp.o FAILED: src/CMakeFiles/ccl-objects.dir/atl/atl_base_comm.cpp.o /opt/intel/oneapi/compiler/2022.0.2/linux/bin/dpcpp -DCCL_AVX_COMPILER -DCCL_AVX_TARGET_ATTRIBUTES -DCCL_BF16_AVX512BF_COMPILER -DCCL_BF16_COMPILER -DCCL_BF16_GPU_TRUNCATE...

Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [babel](https://github.com/python-babel/babel) from 2.7.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Currently we can initialize multiple XGBoost Rabit instances from same process but from different thread. In Spark, its possible to have multiple tasks run on same executor. A executor is...

In Spark like deployments, Driver is a single point of failure but not workers. Keeping KVSStore with one of the worker makes one of the worker process as single point...

It's a bad practice to inject using namespace into header files like in `sycl_base.hpp`: ``` using namespace std; using namespace cl::sycl; using namespace cl::sycl::access; ``` I'll submit a PR fixing...

OneCCL has the capability to use two end points,a shared memory provider endpoint for intra node and a network provider endpoint for internode. The use of shared memory provider is...