Daniel Arndt

Results 161 issues of Daniel Arndt

```C++ #include int main(int argc, char* argv[]) { Kokkos::ScopeGuard scope_guard; Kokkos::View dummy("C"); } ``` would fail with `icpx` and `-fp-model=precise -O2 -g -DNDEBUG -fiopenmp` due to the type punning approach...

This is a step towards https://github.com/adamantine-sim/adamantine/issues/190. This pull request replaces `std::vector` with `HeatSources` that contains all heat sources as Kokkos::Views and loops over them in its member functions. With this...

I needed to reconfigure deal.II multiple times since I didn't look into the file that checks the configuration. It's easier to print all the configuration problems at once.

https://github.com/dealii/dealii/pull/16745 updated the SolverGMRES implementation and `deal.II/lac/la_vector.h` was removed in https://github.com/dealii/dealii/commit/d22e218017b8577437eb4fd36315dc6bf8653988.

**Describe the bug** Running ```C++ #include #include int main(int, char**) { cl::sycl::default_selector device_selector; cl::sycl::queue queue(device_selector); std::cout

bug
runtime

Fixes #7025. The `launch_six` Graph test is segfaulting for SYCL+Cuda. This pull request proposes to just skip the test and revisit in #6912 or later to get the CI running...

Fixes #6991. Currently, we only turn warnings into errors. We should incorporate all the fixes for the warnings here as well, though.

Bug
Failure - Nightly
Backend - CUDA
Continuous Integration

Even after https://github.com/kokkos/kokkos/pull/7012 `exec_space_thread_safety_range_scan` is still failing for `OpenACC`. This pull request disables the test for now to get the CI running again.

We are seeing ``` nvcc fatal : Value 'sm_90' is not defined for option 'gpu-architecture' ``` in some builds so we have to restrict existing builds using `Cuda` version earlier...

We are seeing ``` nvcc fatal : Value 'sm_90' is not defined for option 'gpu-architecture' ``` in some builds so we have to restrict existing builds using `Cuda` version earlier...