Pinned Repositories
awesome-eda
cpp-taskflow
Modern C++ Parallel Task Programming Library
date18_placement
The source code for date18 placement paper
ECE462
The class repository for ECE462 - Logic Synthesis
sf_parse
tfml
vp
Parser-SPEF
A Fast C++ Header-only Parser for Standard Parasitic Exchange Format (SPEF).
taskflow
A General-purpose Task-parallel Programming System using Modern C++
DtCraft
A High-performance Cluster Computing Engine
clin99's Repositories
clin99/awesome-eda
clin99/cpp-taskflow
Modern C++ Parallel Task Programming Library
clin99/ECE462
The class repository for ECE462 - Logic Synthesis
clin99/sf_parse
clin99/vp
clin99/date18_placement
The source code for date18 placement paper
clin99/tfml
clin99/batchflow
clin99/ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
clin99/constexpr-everything
Rewrite C++ code to automatically apply `constexpr` where possible
clin99/cpu-internals
Intel / AMD CPU Internals
clin99/demo
clin99/DtCraft
A High-performance Cluster Computing Engine
clin99/FBGEMM
FB (Facebook) + GEMM (General Matrix-Matrix Multiplication) - https://code.fb.com/ml-applications/fbgemm/
clin99/highway
Performance-portable, length-agnostic SIMD with runtime dispatch
clin99/leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
clin99/MulticoreImageProcessing
Demonstrates how to use C++ multi core technologies to apply image filtering to images.
clin99/newspef
clin99/NPB-CPP
NAS Parallel Benchmark Kernels in C++
clin99/onnxruntime
ONNX Runtime: cross-platform, high performance scoring engine for ML models
clin99/OpenTimer
A High-performance Timing Analysis Tool for VLSI Systems
clin99/pthreadpool
pthread-based thread pool for C/C++
clin99/SC_VLSI
clin99/simde
Implementations of SIMD instruction sets for systems which don't natively support them.
clin99/smart_ptr
Boost.org smart_ptr module
clin99/stdgpu
stdgpu: Efficient STL-like Data Structures on the GPU
clin99/testing
clin99/tfprof
Profiling Cpp-Taskflow Programs through Visualization
clin99/work-stealing-queue
A fast work-stealing queue template in C++
clin99/wos