brunowu
Scientific Researcher in HPC and numerical linear algebra
Jülich Supercomputing CentreGermany
brunowu's Stars
badaix/popl
Header-only C++ program options parser library
UoB-HPC/BabelStream
STREAM, for lots of devices written in many programming models
oseledets/nla2020
Github repository for NLA2020 course
kshitijl/curand-done-right
Don't use stateful RNGs on the GPU!
openmc-dev/openmc
OpenMC Monte Carlo Code
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
eschnett/MPIwrapper
A wrapper for MPI libraries, implementing an MPI ABI
summarizepaper/summarizepaper
An AI-powered arXiv paper summarization website with a virtual assistant for answering questions.
LLNL/Aluminum
High-performance, GPU-aware communication library
DEShawResearch/random123
Counter-based random number generators for C, C++ and CUDA.
PlexPt/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
cp2k/dbcsr
DBCSR: Distributed Block Compressed Sparse Row matrix library
pkivolowitz/asm_book
A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level languages.
cyclops-community/ctf
Cyclops Tensor Framework: parallel arithmetic on multidimensional arrays
fair-software/howfairis
Command line tool to analyze a GitHub or GitLab repository's compliance with the fair-software.eu recommendations
VACUMM/sphinx-fortran
Fortran domain and autodoc extensions to Sphinx
f/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
merrymercy/awesome-tensor-compilers
A list of awesome compiler projects and papers for tensor computation and deep learning.
ctkelley/SIAMFANLEquations.jl
This is a Julia package of nonlinear solvers. These codes are used in my book, Solving Nonlinear Equations with Iterative Methods: Solvers and Examples in Julia.
kmyk/mersenne-twister-predictor
Predict MT19937 PRNG, from preceding 624 generated numbers. There is a specialization for the "random" of Python standard library.
JuliaRandom/RandomNumbers.jl
Random Number Generators for the Julia Language.
ESultanik/mtwister
A pure C implementation of the Mersenne twister is a pseudo-random number generation algorithm.
google/latexify_py
A library to generate LaTeX expression from Python code.
google-deepmind/alphatensor
NVIDIA/multi-gpu-programming-models
Examples demonstrating available options to program multiple GPUs in a single node or a cluster
eth-cscs/COSTA
Distributed Communication-Optimal Shuffle and Transpose Algorithm
pytorch/FBGEMM
FB (Facebook) + GEMM (General Matrix-Matrix Multiplication) - https://code.fb.com/ml-applications/fbgemm/
fredrikekre/Literate.jl
Simple package for literate programming in Julia
EricDarve/numerical_linear_algebra
Julia code for the book Numerical Linear Algebra
omlins/libdiffusion
Proof of Concept: a C-callable GPU-enabled parallel 2-D heat diffusion solver written in Julia using CUDA, MPI and graphics