Pinned Repositories
gemm
An optimized implementation of SGEMM (GEneral Matrix Multiplication) for Haswell and Knights Landing.
papi-hook
A PAPI-based profiling tool using compiler instrumentation provided by gcc/clang.
libtooling-example
An example program using libTooling.
massivethreads-dm
MassiveThreads/DM: a global-view task parallel library for cache-oblivious divide-and-conquer algorithms on distirbuted memory supercomputers.
misc
selection
An implementation of the quickselect algorithm.
uni-address-threads
Uni-address threads: a lightweight thread library supporting inter-node work stealing with "uni-address" thread migration. This code is somewhat old, and the newer version is available within massivethreads-dm repository.
shigeki-akiyama's Repositories
shigeki-akiyama/libtooling-example
An example program using libTooling.
shigeki-akiyama/gemm
An optimized implementation of SGEMM (GEneral Matrix Multiplication) for Haswell and Knights Landing.
shigeki-akiyama/misc
shigeki-akiyama/papi-hook
A PAPI-based profiling tool using compiler instrumentation provided by gcc/clang.
shigeki-akiyama/selection
An implementation of the quickselect algorithm.
shigeki-akiyama/uni-address-threads
Uni-address threads: a lightweight thread library supporting inter-node work stealing with "uni-address" thread migration. This code is somewhat old, and the newer version is available within massivethreads-dm repository.
shigeki-akiyama/massivethreads-dm
MassiveThreads/DM: a global-view task parallel library for cache-oblivious divide-and-conquer algorithms on distirbuted memory supercomputers.