-
Hi @goldingn, I've been reading through some of `greta`'s source code, and I'm pretty impressed with the R6 setup for nodes of the DAG. I've been thinking a bit about how that could generalize to be u…
-
**What would you like to submit?** (put an 'x' inside the bracket that applies)
- [x] question
- [ ] bug report
- [x] feature request
**Issue description**
@cesarsouza Do you have any…
-
I removed the FP32 atomics, allowing the dQ accumulation to be done more naturally (a second backward kernel traveling in the same direction as forward). This looks easier to code, and was faster in p…
-
A `noexcept` function should not call any function that could raise an exception. This includes any python function. As you see below, there are 572 cases of this. PR #37792 fixes one :f…
-
CP via ALS is probably the most used function in TensorLy and comes with lots of options. One issue is that due to these successive additions, bugs (see e.g. this [commit](d66110f7c961ce896a051b446a23…
-
What about if there is same API as with iterators there are predefiend symbols like `Symbol.operatorPlus` or `operator+` and all you need to do is to add method with this name:
```
class Decimal {…
-
Eventually we'll need to be able to monitor what's happening on the network in the real world and will need to modify our model. We also need to be able to make incremental changes to an abstract mode…
-
A typical optimization process is evaluating usually the same derivatives at different points. Right now, the derivative is calculated from scratch each time (40sec in my case, where it should be less…
-
# 🐛 Bug
I was trying to extend MultiTaskKernel's example by including GridInterpolationKernel, with the input being more than one dimension.
However when I'm using all three features (multitask, …
-
Related to #1213.
## Phase 1
Remove duplicate FEValues reinits in the patch.
`class PatchFeValues`:
- reinit on whole patch, begin with table of the data classes (ElementData, FEInternalData)…