1 file changed
+1
-1
lines changed- .github/workflows/build.yaml+2
- .github/workflows/pr.yaml+15
- .github/workflows/trigger-breaking-change-alert.yaml+1-1
- .pre-commit-config.yaml+2-1
- README.md+1-1
- conda/environments/all_cuda-118_arch-x86_64.yaml+9-9
- conda/environments/all_cuda-128_arch-x86_64.yaml+11-11
- conda/recipes/ucxx/conda_build_config.yaml+7-7
- conda/recipes/ucxx/meta.yaml+9-21
- cpp/CMakeLists.txt+2-3
- cpp/include/ucxx/buffer.h+4-3
- cpp/include/ucxx/delayed_submission.h+1-1
- cpp/include/ucxx/endpoint.h+3-3
- cpp/include/ucxx/request.h+7-7
- cpp/include/ucxx/request_am.h+3
- cpp/include/ucxx/request_tag_multi.h+1-2
- cpp/include/ucxx/typedefs.h+17-2
- cpp/include/ucxx/worker.h+14-5
- cpp/python/src/exception.cpp+1
- cpp/python/src/worker.cpp+1
- cpp/src/config.cpp+1
- cpp/src/context.cpp+2
- cpp/src/delayed_submission.cpp+4-4
- cpp/src/endpoint.cpp+2-1
- cpp/src/internal/request_am.cpp+4-2
- cpp/src/listener.cpp+2-1
- cpp/src/memory_handle.cpp+3-3
- cpp/src/remote_key.cpp+16-4
- cpp/src/request_am.cpp+15-13
- cpp/src/request_data.cpp+1
- cpp/src/request_endpoint_close.cpp-2
- cpp/src/request_flush.cpp-2
- cpp/src/request_mem.cpp+4-6
- cpp/src/request_stream.cpp+12-8
- cpp/src/request_tag.cpp+5-5
- cpp/src/request_tag_multi.cpp+13-12
- cpp/src/utils/file_descriptor.cpp+3-3
- cpp/src/utils/sockaddr.cpp+6-3
- cpp/src/worker.cpp+12-9
- cpp/tests/buffer.cpp+5
- cpp/tests/context.cpp+1
- cpp/tests/request.cpp+17-12
- cpp/tests/worker.cpp+9-4
- dependencies.yaml+31-27
- python/distributed-ucxx/pyproject.toml+4-4
- python/libucxx/pyproject.toml+2-2
- python/ucxx/pyproject.toml+9-9
- python/ucxx/ucxx/_lib/libucxx.pyx+16-3
- python/ucxx/ucxx/_lib/ucxx_api.pxd+9-3
0 commit comments