Crydsch Cube
Crydsch Cube
## rcamera re-design This PR addresses the `rcamera.h` redesign as discussed in #2507. This PR is very similar to #2542. There we evaluated a quaternion-based design, but noticed a breaking...
## Description There seems to be a memory leak with the vulkan backend on windows. Also there is some console spam that might be related. ## Reproduce The issue can...
This PR adds the operations `OpTensorCopyRegion`, `OpTensorSyncRegionDevice` and `OpTensorSyncRegionLocal`. They behave similar to their non Region counterparts, but support copying only regions of a tensor. I have also added a...
This PR enables custom parameters in the template functions `sequence.record(..)`, `sequence.eval(..)` and `sequence.evalAsync(..)` by replacing the specializations with a more generic approach. In theory the compiler should be able to...
Hey, in my current project I have the need to only copy parts of a tensor to/from the device. I also found your Issue #24 regarding this. So I had...
### Question Heyhey, I got an update notification for the docker image a few days ago, but noticed there was no changelog. I typically check changes to see if any...