A bunch of tests are failing on a Windows 11 build with the following architecture:
- NVIDIA RTX5070 Ti
- Windows 11
- MSVC 14.50 (Compiler Version 19.50.35729)
- CUDA 13.2
The tests which fail are:
18 - reference/test/base/batch_multi_vector_kernels (Failed)
19 - reference/test/base/combination (Failed)
20 - reference/test/base/composition (Failed)
22 - reference/test/base/perturbation (Failed)
48 - reference/test/matrix/batch_csr_kernels (Failed)
49 - reference/test/matrix/batch_dense_kernels (Failed)
50 - reference/test/matrix/batch_ell_kernels (Failed)
53 - reference/test/matrix/dense_kernels (Failed)
65 - reference/test/multigrid/pgm_kernels (Failed)
66 - reference/test/multigrid/fixed_coarsening_kernels (Failed)
174 - core/test/log/profiler_hook (Failed)
I have fixed these over in this PR: #2009 which I have marked as needing a review.
A bunch of tests are failing on a Windows 11 build with the following architecture:
The tests which fail are:
I have fixed these over in this PR: #2009 which I have marked as needing a review.