-
CEA / ISAS / DM2S / SGLS / LCAN
- https://rbourgeois33.github.io./posts/post1/
- in/remi-bourgeois
-
-
-
-
Timing memory and run time cost of H2D / D2H transfer when a transpose operation has to be performed on th device
C++ UpdatedNov 27, 2025 -
dev-cheat-sheet Public
a bunch of functions that i store here instead of looking up / asking chatGPT every-time because my memory is bad
Cuda UpdatedOct 27, 2025 -
-
test-tile Public
reproducer for a kokkos bug https://github.com/kokkos/kokkos/issues/8239
C++ UpdatedJul 10, 2025 -
inih Public
Forked from benhoyt/inihSimple .INI file parser in C, good for embedded systems [Forked to add a cmake build option]
C++ Other UpdatedJul 9, 2025 -
infra Public
Forked from compiler-explorer/infraInfrastructure to set up the public Compiler Explorer instances and compilers
Python BSD 2-Clause "Simplified" License UpdatedJul 2, 2025 -
heraclespp Public
Forked from Maison-de-la-Simulation/heraclesppHERACLES++ is a hydrodynamic code with a moving grid, designed to run on different architectures using Kokkos.
C++ Other UpdatedJun 19, 2025 -
compiler-explorer Public
Forked from compiler-explorer/compiler-explorerRun compilers interactively from your web browser and interact with the assembly
TypeScript BSD 2-Clause "Simplified" License UpdatedJun 16, 2025 -
-
hypre Public
Forked from hypre-space/hypreParallel solvers for sparse linear systems featuring multigrid methods.
C Other UpdatedFeb 7, 2025 -
hello-world-cmake-kokkos Public template
Template for a cmake-based kokkos project. Use the "Use this template" option !
CMake UpdatedJan 24, 2025 -
Comparing simple algorithms when implemented in Kokkos vs. Cuda
C++ UpdatedJan 22, 2025 -
surveillance-pi Public
The program that runs on my own raspberry pi surveillance camera :)
Python UpdatedJan 14, 2025 -
basic-benchmark-cuda Public
Extremely simple benchmark to test the capabilities of a GPU
Cuda UpdatedJan 14, 2025 -
Toy code to illustrate the necessity to manually deallocate static class member views before Kokkos::finalize()
C++ UpdatedJan 14, 2025 -
mynvtx Public
Simple header to make the use of nvtx simpler (for profiling in Nsight Systems)
C++ UpdatedJan 14, 2025 -
ark-2-mhd Public
Provide performance portable Kokkos implementation for multidimensional compressible Magneto Hydrodynamics in 3D.
-
heat-equation-hpc-tools Public
Simple use case of the Kokkos, MPI and PDI libraries for solving the linear heat equation on a 2D cartesian mesh with periodic boundary condition.