-
It looks like calling back a predefined operator comes with big perfomance loss. This is the log from `gradient_test` that calls `op_fwd()` multiple times:
```
======================================…
-
So there is a little "bug" in operator line 152.
```
for argname in o_vals.keys():
if not arguments[argname].shape == o_vals[argname].shape:
raise InvalidArgu…
-
First:
Autotuning is back at running the full simulation for each block size instead of a couple time-steps.
Mainly the C code now uses `t_size` instead of `time_size` as the time loop limit whi…
-
This is a bug I came accross helping emma.
The time loop bounds are always derived from the presence of a source or some receivers. The issue is that for a trivial stencil such as :
```
u = Tim…
-
Here is the setup to see the trouble with `dse`.
All bug can be reproduced by running `acoustic_example.py` for the `adjoint3-0` branch with different parameters as follow.
1- `Forward(save=True…
-
This issue is about a few problematic currently encountered with dse.
1- 2D TTI segfault in Legacy mode with `dse=advanced`
2- 2D TTI runs with no Legacy and `dse=advanced` but produces wrong result…
-
I make use of the acoustic example setup code to do experiments for my master's project with Fabio.
The latest version (#256) of `acoustic_example.py` has a spelling mistake in the newly introduced `…
dymcc updated
7 years ago
-
The current driver function is taken from the example code in the Revolve reference implementation. It does not do anything useful, and simply prints the actions that Revolve is requesting. It would b…
-
Is there a way to have a "project", so that when you compile it compiles a specific file, not the current focused file ?
Is there say anyway I could have all assets open, be editing a included libr…
-
I have installed devito (devito==2.0.1+378.gf88a31d) as described in the README: `pip install --user git+https://github.com/opesci/devito.git`. No errors during installation.
`import devito` result…