-
Perhaps, somehow related to the undeterminism coming from the radix select-k implementation, this test case fails on some machines
https://github.com/rapidsai/raft/blob/25db984ad4bf9bc47e81d5507f7b91…
-
The examples use a `_leader_term` variable to check if the current node is a leader:
https://github.com/baidu/braft/blob/master/example/counter/server.cpp#L153
Instead, can one use `_node->is_l…
-
I found data race using TSAN in my code. The issue seems to be in peer.
```
WARNING: ThreadSanitizer: data race (pid=182953)
Write of size 8 at 0x7b5800000e50 by thread T5 (mutexes: write M2013,…
-
### root@jnodetest01:~/software/braft/bld# make
Scanning dependencies of target OBJ_LIB
[ 2%] Building CXX object src/CMakeFiles/OBJ_LIB.dir/braft/ballot_box.cpp.o
[ 4%] Building CXX object src/C…
-
Currently (using cuML as an example here), the conda test environment initialization for most CI jobs looks something like creating the test environment:
```bash
rapids-dependency-file-generator \…
-
Hi cuML folks,
I'm trying to build version 21.12 of cuML on a medium size centos7 cluster. Since this is a module managed cluster I'm not using the conda environment but attempting to compile from …
-
Right now, we don't have adequate documentation of the expected behavior for RAFT clones/updates during development builds. We should clearly document:
1. Under what circumstances a developer shoul…
-
## Description
I tried building from source on my mac (arm) and ran into a couple of issues.
- RocksDB incompatibility (#184)
- SSE compatibility
- x86 intrinsics not compatible with ARM
- …
-
(Opening this as a DOC bug instead of a BUG, but it might be a build problem.)
## Report incorrect documentation
**Location of incorrect documentation**
https://github.com/rapidsai/cuml/blob/br…
-
An exception occurred while trying to process the frame: tensor.device().type() == at::DeviceType::PrivateUse1 INTERNAL ASSERT FAILED at "D:\\a\\_work\\1\\s\\pytorch-directml-plugin\\torch_directml\\c…