Skip to content

Fix GPU unit tests

Tuomas Rossi requested to merge trossi/gpaw:gpu-hip-fixes into hip

This MR will add small fixes to pass GPU unit tests:

  • Replace a.flags.contiguous -> a.flags.c_contiguous in various places
  • Fix typos in isinstance() checks in utilities/blas.py
  • Fix empty n-shape in test/gpu/test_lfc.py (this test should be edited to have non-empty n-shape -> later)
  • Fix using old_setup() and old_init() in conftest.py for now
Edited by Tuomas Rossi

Merge request reports