Paul Zehner
Paul Zehner
Hello, thank you for this convenient package! This is a reopening of issue as #135. Using `\scshape` on `short-format` shows the short version of the acronym in small caps when...
This PR is a refactor without side effects. The idea is to simplify the code of the `create_mirror*` functions by applying techniques of the C++ 17 standard. A refactor with...
We observed a difference of behavior for `Kokkos::create_mirror_view` on the host memory space when the view to mirror is of constant items. If `create_mirror_view` is called *without an execution space*,...
This PR aims to change the build script from GNU Make to [CMake](https://cmake.org/). Using CMake makes the project compiler-independent, platform-independent, and it automatizes the installation process. It also allows to...
This PR is a refactor. Its idea is to simplify the code by moving the duplicated logic of the various `create_mirror` and `create_mirror_view` (public functions) to `Impl::create_mirror` and `Impl::create_mirror_view` (private...
This PR aims to test KokkosFFT built against the SYCL backend on an Intel GPU Max 1550.
This PR aims to optimize the large convective kernel in `src/VEF/Operateurs/Op_Conv/Op_Conv_VEF_Face.cpp`. It replaces temporary arrays in local memory by Kokkos views in scratch memory.
### Context This PR is loosely related to #8103, where it appeared that some kernels launch checks may only take place in debug mode, or specific debug mode (bounds check),...
This PR improves the `kokkos_print_subroutine` by making the file name argument optional. If no arguments are provided, the subroutine requests `Kokkos::print_configuration` to write in `output_unit`.