high-performance-computing topic

List high-performance-computing repositories

boinc

1.9k
Stars
438
Forks
Watchers

Open-source software for volunteer computing and grid computing.

pyhpc-benchmarks

302
Stars
26
Forks
Watchers

A suite of benchmarks for CPU and GPU performance of the most popular high-performance libraries for Python :rocket:

pysph

431
Stars
137
Forks
Watchers

A framework for Smoothed Particle Hydrodynamics in Python

CaNS

182
Stars
63
Forks
Watchers

A code for fast, massively-parallel direct numerical simulations (DNS) of canonical flows

HPCsharp

222
Stars
28
Forks
Watchers

High performance algorithms in C#: SIMD/SSE, multi-core and faster

graphit

363
Stars
43
Forks
Watchers

GraphIt - A High-Performance Domain Specific Language for Graph Analytics

clojurecl

274
Stars
18
Forks
Watchers

ClojureCL is a Clojure library for parallel computations with OpenCL.

How_to_optimize_in_GPU

706
Stars
113
Forks
Watchers

This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sg...