Highlights
- Pro
-
p4est Public
Forked from cburstedde/p4estThe "p4est" forest-of-octrees library
-
euler2d_kokkos Public
Simple 2d finite volume solver for Euler equations using c++ kokkos library
-
ppkMHD Public
MPI+Kokkos implementation of spectral difference method (SDM) high order schemes
-
-
euler_kokkos Public
Compressible hydro and magneto-hydrodynamics (2nd order Godunov) implemented with MPI+Kokkos
-
kokkos Public
Forked from kokkos/kokkosCore repository for Kokkos software
-
ramsesGPU Public
Astrophysics MHD simulation code optimized for large cluster of GPU
-
cerfacs-training-kokkos Public
cerfacs training on C++/kokkos
-
kokkos-proj-tmpl Public template
A minimal cmake based project skeleton for developping a kokkos application
-
-
cuda-toolkit Public
Forked from Jimver/cuda-toolkitGitHub Action to install CUDA
TypeScript MIT License UpdatedSep 20, 2024 -
kokkos-kernels Public
Forked from kokkos/kokkos-kernelsKokkos C++ Performance Portability Programming EcoSystem: Math Kernels - Provides BLAS, Sparse BLAS and Graph Kernels
-
ParaViewSalvusPlugin Public
Forked from jfavre/ParaViewSalvusPluginA C++ plugin for ParaView to read Salvus HDF5 data
Python UpdatedJun 14, 2024 -
pybind11-cuda Public
-
cnpy-cmake Public
C++ library to dump array into a .npy file (numpy readable)
-
libnpy Public
Forked from llohse/libnpyC++ library for reading and writing of numpy's .npy files
C++ MIT License UpdatedApr 25, 2024 -
mpi-io-examples Public
Forked from wkliao/mpi-io-examples -
sfcpp Public
Forked from dholzmueller/sfcppA library with space-filling curve algorithms (analysis, neighbor-finding, visualization) and other utilities (math, geometry, image processing, LaTeX generation...)
-
cuda-proj-tmpl Public template
A minimal cmake based project skeleton for developping a CUDA application
-
MS-HPC-AI-GPU Public
resources pour le cours d'introduction à la programmation des GPUs du mastère spécialisé HPC-AI
-
benchmark Public
Forked from google/benchmarkA microbenchmark support library
C++ Apache License 2.0 UpdatedJan 9, 2024 -
End-to-End-AI-for-Science Public
Forked from openhackathons-org/End-to-End-AI-for-ScienceThis repository containts materials for End-to-End AI for Science
Jupyter Notebook Apache License 2.0 UpdatedJan 4, 2024 -
kokkos-resilience Public
Forked from kokkos/kokkos-resilienceResilience Extensions for Kokkos
C++ Other UpdatedDec 8, 2023 -
kokkos-tutorials Public
Forked from kokkos/kokkos-tutorialsTutorials for the Kokkos C++ Performance Portability Programming EcoSystem
C++ Other UpdatedDec 6, 2023 -
pykokkos Public
Forked from kokkos/pykokkosPerformance portable parallel programming in Python.
Python UpdatedDec 3, 2023 -
mdspan Public
Forked from kokkos/mdspanReference implementation of mdspan targeting C++23
C++ Other UpdatedDec 2, 2023 -
pykokkos-base Public
Forked from kokkos/pykokkos-basePython bindings for data interoperability with Kokkos (View, DynRankView)
C++ Other UpdatedNov 28, 2023 -
kokkos-fortran-interop Public
Forked from kokkos/kokkos-fortran-interopThe Kokkos Fortran Interop repository contains tools and interfaces which help interactions between Fortran portions of an applications and C++ portions using Kokkos.
Fortran Other UpdatedNov 24, 2023 -
euler2d_cudaFortran Public
2nd order Godunov solver for 2d Euler equations written in CUDA Fortran and stdpar (standard paralelism)
-
tsp Public
traveling salesman problem solved with different programing models