Allard Hendriksen

Results 17 issues of Allard Hendriksen

**Describe the bug** The DBSCAN algorithm in its current form has some flags that determine the algorithm that is used in the calculation of the vertex degree and adjacency matrix....

bug
non-breaking
inactive-30d
CUDA/C++

Hi, Happy user of gitdown here. I don't use for a github project though. I use it on gitlab. When I insert a ``` [diagram] ----> [/diagram/ ``` block, I...

Hi, I have a question regarding the pixel/voxel sizes used in the geometry generation. I have generated some cone beam phantoms using the code below. However, the pixel and voxel...

1. Point to new docs 2. Add warning in more places

Take a mutable reference instead. Moving the token into try_wait makes no sense. The caller has to be able to retry the try wait with the same token. For more...

This sample code shows how to create a TMA descriptor using the driver API and how to initiate a TMA transfer using inline PTX. I have not yet gotten the...

**Describe the bug** Including the `spdlog` headers is quite expensive. Just adding `#include ` to an empty file adds 2.8 seconds to the compilation time. For the pairwise distance kernels...

bug
? - Needs Triage

This PR adds the possibility to use 1xtfloat in the pairwise matrix computations of `raft::distance`. When 1xtfloat is enabled, the throughput more than triples compared to using 3xtfloat. Benchmarks below...

improvement
non-breaking
cpp

ob-tmux should check the process exit codes and warn accordingly. Currently, output is written to '*Messages*' buffer, which is not ideal either.

### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

feature request