James Avery
James Avery
I am also having this issue. Currently, the documentation still states that we can pass a direction vector as show(msh,viewup=direction), but passing it a direction vector does nothing. I am...
The following user kernel is a simple implementation of correct indexing with arrays (any dimension over any axis): ```python ctype = { 'float32': 'float', 'float64': 'double', 'complex64': 'float complex', 'complex128':'double...
The problem is both in the openmp and opencl stack with pretty much the same cost (confirming that it's not execution time or fusion).
@madsbk I've written a user kernel that implements numpy.take for any axis (and any ndim for the index matrix too). How do I link it up with the actual indexing,...
Same solution as for #586. New GATHER instruction that allows indexing over any axis.
Cool! :D On Sun, 11 Aug 2019, 16:36 Mads R. B. Kristensen, wrote: > The idea is to implement a Python interface with a minimal overhead. > Preliminary performance >...
@madsbk modf is needed for a bunch of stuff. Any chance of getting it added?
I also can't get a progress bar, and even worse: "n left" doesn't clear the line, so the output looks like this after counting down ``` 1 leftttttt finished: 1000000/1000000...
Any update on this?
Not Sougata, but we've had the same problem of about 50% of parameter settings leading to divergence crashes within 100Y (any time from after a few model years to nearly...