Mathias Louboutin
Mathias Louboutin
Is there a plan/timeline on this PR? Not pushing it's just it's quite problematic for some of our (PDE based) codes where this is a huge blocker performance wise.
Yes I do have MLNX_OFED installed from Mellanox. I got it to run ith some UCX fallback variables, but I think it would be nice to be able to set...
Not sure it should be an exception, IMO should be supported, in practice can happen fairly often, like a simple: ``` rec0 = solver.forward() rec1 = solver.forward(vp=vp0) inner(rec0, rec1) ```...
RIght what I had in mind. The it'll be trivial to extend it to allowing `(ind, weight)` pairs as coeffs for people who really want custom stencils in general (like...
Does `==` returns true as well. I seem to remember this would generate two x loop in an operator so they still treated as different but may be wrong
>Devito created dimensions in the background. It is absolutely wrong to assume that they mean the same dimensions. This is actually mathematically sane to use the same dimensions. If the...
I think that makes sense to me, would make the API more uniform from user point of view
I think I like the second one better `indexify` yes. It would cat indexify/subs/...... cases where an out of halo index may have been introduced out side of FD as...
None of `f0`, `f1` and `f2` have `t9` or `t10` as a dimension so not sure it's supposed to work since the compiler may not be able to understand it...
Also I'd like to point out that the condition here is non-unique you can have multuple pairs of `t8, t10` such that `t8 + t10` is the same value (in...