Skip to content
Snippets Groups Projects
  1. May 05, 2019
  2. Apr 28, 2019
  3. Apr 27, 2019
  4. Apr 24, 2019
    • Martin Bauer's avatar
      phasefield test: too strict error bound 1e-18 (randomly failed) · 3b42ff07
      Martin Bauer authored
      -> replaced by 1e-16
      3b42ff07
    • Martin Bauer's avatar
      Improvements for GPU code generation · 9748ab43
      Martin Bauer authored
      - turned on restrict keyword by default (makes large difference on GPUs)
      - smarter block indexing: changing block size depending on domain size
        Example: previously there where (1,1,1) blocks when requested
        block size was (64, 1, 1) and domain size (1, 512, 512), now the
        block size is changed automatically to (1, 64, 1) in this case
      - added __lauch_bounds__ to kernels to allow better optimizations from
        the CUDA compiler
      9748ab43
  5. Mar 22, 2019
  6. Mar 21, 2019
    • Martin Bauer's avatar
      Separated modules into subfolders with own setup.py · 41f3e83a
      Martin Bauer authored
      This restructuring allows for easier separation of modules into
      separate repositories later. Also, now pip install with repo url can be
      used.
      
      The setup.py files have also been updated to correctly reference each
      other. Module versions are not extracted from git state
      41f3e83a