Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
mpi
 
 
 
 
 
 
 
 
std
 
 
tbb
 
 
 
 
 
 
 
 
 
 

README.md

Learning and practice of high performance computing

Practice

cux -- An experimental framework for performance analysis and optimization of CUDA kernel functions.

https://github.com/cjmcv/hpc/tree/master/0-frameworks/cux

tag: cuda / simd / openmp.

hcs -- A heterogeneous computing system for multi-task scheduling optimization.

https://github.com/cjmcv/hpc/tree/master/0-frameworks/hcs

tag: std::thread / cuda.

vky -- A Vulkan-based computing framework.

https://github.com/cjmcv/hpc/tree/master/0-frameworks/vky

tag: vulkan.


Learning

Distributed computing

mpi/mpi4py

Heterogeneous computing

cuda
vulkan
opencl

Thread

std
  • alg_vector_dot_product: Vector dot product: h_result = SUM(A * B). Record the basic usage of std::tread and std::sync.
  • base_async: Record the basic usage of std::async.
  • util_blocking_queue: Blocking queue. Mainly implemented by thread, queue and condition_variable.
  • util_internal_thread: Internal Thread. Mainly implemented by thread.
  • util_thread_pool: Thread Pool. Mainly implemented by thread, queue, future and condition_variable.
openmp
tbb

Coroutines

libco
asyncio

SIMD

sse/avx
neon

About

Learning and practice of high performance computing (CUDA, Vulkan, OpenCL, OpenMP, TBB, SSE/AVX, NEON, MPI, coroutines, etc. )

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.