devito icon indicating copy to clipboard operation
devito copied to clipboard

DSL and compiler framework for automated finite-differences and stencil computation

Results 157 devito issues
Sort by recently updated
recently updated
newest added

Sorry if this does not belong here -- it seems that the slack link in the "contact us" section has expired. When I click on it I get a page...

Hi, Recently, it gives this error when installing Devito in Colab. "Collecting devito Downloading devito-4.8.4.tar.gz (694 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 694.6/694.6 kB 9.8 MB/s eta 0:00:00 error: subprocess-exited-with-error × python setup.py egg_info...

Need to add openmp offloading CI for intel gpus - Add intel gpu runner - Add intel run to [pytest-gpu.yml](https://github.com/devitocodes/devito/blob/master/.github/workflows/pytest-gpu.yml) Should run the `test_gpu_common` and `test_gpu_openmp` plus a few examples...

GPU
CI

`cached_property` has been included in `functools` since Python 3.8. The original `cached_property` module hasn't had an update since. Since Python 3.7 is officially end-of-life, support can be dropped and we...

dependencies

this way we avoid annoying try-excepts such as ``` try: theta = model.theta except AttributeError: theta = 0 ``` or ``` if theta != 0: ```

compiler

Currently handle all kwargs and `new_from_self` need to switch to `_rebuild`

API