aboutsummaryrefslogtreecommitdiff
path: root/src/fastpath.c
AgeCommit message (Collapse)Author
2020-12-05Implement 6D parallelization with 1D and no tilingMarat Dukhan
2020-05-26Use cpuinfo_get_current_uarch_index_with_default for parallelization with uarchMarat Dukhan
index
2020-05-263D/4D/5D parallelization functions with 1D or no tilingMarat Dukhan
2020-05-02Fast path using atomic decrement instead of atomic compare-and-swapMarat Dukhan
50% higher throughput on x86 (disabled on other platforms)