Skip to content
Snippets Groups Projects
  1. Dec 27, 2021
  2. Dec 24, 2021
  3. Nov 07, 2021
  4. Oct 24, 2021
  5. Oct 22, 2021
  6. Oct 20, 2021
  7. Oct 19, 2021
  8. Oct 18, 2021
  9. Oct 16, 2021
  10. Sep 24, 2021
  11. Sep 22, 2021
  12. Aug 11, 2021
  13. Jul 21, 2021
  14. Jul 20, 2021
  15. Jul 16, 2021
  16. Jul 14, 2021
  17. Jul 06, 2021
  18. Jun 30, 2021
  19. Jun 28, 2021
  20. Jun 27, 2021
  21. Jun 26, 2021
  22. Jun 25, 2021
    • Matthias Diener's avatar
      small fixes · 97940584
      Matthias Diener authored
      97940584
    • Matthias Diener's avatar
      flake8 · bb15b4c0
      Matthias Diener authored
      bb15b4c0
    • Alexandru Fikl's avatar
      Force device scalars on PyOpenCLArrayContext (#43) · c745d2e6
      Alexandru Fikl authored
      * add a flag to force device scalars on the CL array context
      
      * remove local pylintrc from meshmode
      
      * parametrize tests for force_device_scalars
      
      * add docs for force_device_scalars
      
      * add proper typing hints to _loopy_transform_cache
      
      * use np.isscalar instead of isinstance(Number)
      
      * fix type hints for _loopy_transform_cache
      
      * use specific type in _kernel_name_to_wait_event_queue
      
      * add pytest_generate_tests_for_array_context
      
      * add env var to select array context for tests
      
      * fix mypy issues
      
      * add a documented PytestArrayContextFactory
      
      * update test generator to return a closure
      
      * add a way to register factories as strings
      
      * actually fix the implementation
      
      * fix doc formatting
      
      * better names for global variables
      
      * move norm to BaseFakeNumpyLinalgNamespace
      
      * simplify and deduplicate pytest fixture setup
      c745d2e6
Loading