-
This is very space inefficient. Instead of doing this we could provide lifetimes and use references to the training data.
Perhaps this should be tackled as part of a wider attempt at space optimizati…
-
If you have a model with a light at the IO-ports at the back, a light in the Y-Logo in the lid, or another light in the lid please help to test this feature. Please provide the following information. …
-
Considering that many linux kernel systems utilize swap on hdd, we may have to use stronger overwrite methods.
-
After/with #589, I continued my hunt for differentiability with Enzyme a bit. With the transforms (more or less) differentiable, I found the first error from Enzyme at the spatial gradients, more prec…
-
A proof of concept has been developed here
https://github.com/LLNL/RAJA/pull/1020
Through discussion we feel the CARE NVTX plugin could also be a good solution.
https://github.com/LLNL/CARE/blob…
artv3 updated
3 years ago
-
It seems that some kernels (OU and Brownian to name two) are missing to_dict methods, preventing serialization of any kernel that is built on these. It would be great if all kernels could be unit test…
-
# Bug / performance issue / build issue
After upgrading to v2.0.1 I found that specifying active_dims seemingly doesn't work:
## To reproduce
**Minimal, reproducible example**
```pyt…
-
Following the merging of #3143 the `*spacings` functions return a ` KernelFunctionOperator`.
This is great, but should we be worried that this is inconsistent with the `*nodes` functions which retu…
-
### System Information
OpenCV version: 4.5.4
Operating System / Platform: win 11 x64
Compiler & compiler version: vs 2019
### Detailed description
I tried inpaint methods in opencv, the res…
-
Repl works by extending the `Kernel` module.
This means that you can't use `method_missing` on your app for example to proxy the `size` method to another object, since now `Kernel` responds to it (in…