Allard Hendriksen

Results 29 comments of Allard Hendriksen

> Can we set arbitrary volume voxel sizes in astra already? As far as I am aware, this is possible. Maybe I am too young to remember the old situation.....

I have moved the PR to https://github.com/NVIDIA/cccl/pull/283 What is the status of this repository? Are some or all pull requests redirected to cccl? I thought I might have overlooked some...

Thanks! I agree that seeing the end of the example fail is confusing. I have taken your suggestion and also added `(as expected)` to each line with a failure. This...

Haha no problem. As they say "you don't have to prepare to win the lottery, but the lottery has to prepare for someone to win". There will always be somebody...

I would say: let's keep it in the back of mind, but the urgency for removing spdlog is gone. For RAFT, the compile time issues have been mostly resolved by...

@cjnolet : I have implemented the 1xtfloat distance, but it is not yet exposed in the public API. The distance API is getting a bit unwieldy. I see the following...

@benfred : Related to https://github.com/rapidsai/raft/issues/852, I have drafted a type [to describe the L2 distance options](https://github.com/rapidsai/raft/pull/1493/files#diff-2e549c100ea497e046639d6872bff90a4cc4632d8cbc1866ef18473050761b84R69). It describes: - Whether to compute the squared or true L2 distance - How...

Hi, Very good question! I have looked into this, but not implemented anything. It might be worthwile to look into the [emamux](https://github.com/syohex/emacs-emamux/) package. I do not use it (yet), but...

I have been thinking about this quite a bit for the past few days. I think I have a function that might begin to scratch your itch: ``` elisp (defun...

I agree ob-tmux shows what you executed, but not the result. @dkrm0: do you think the manual workflow I have described above would be a good fit for you? -...