Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

las3_pub / predictable_parallel_patterns

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • predictable_parallel_patterns
History Find file
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
  • FritzFlorian's avatar
    Add standard divide and conquer matrix multiplication test for comparison. · 8f47876d
    FritzFlorian committed 5 years ago
    8f47876d
Name
Last commit
Last Update
app Add standard divide and conquer matrix multiplication test for comparison. 5 years ago
ci_scripts Fix typo in CI script. 6 years ago
cmake Add cscontext ARMv7 assembly and fast path optimization. 5 years ago
extern Add standard divide and conquer matrix multiplication test for comparison. 5 years ago
lib Add standard divide and conquer matrix multiplication test for comparison. 5 years ago
media Minor changes for profiling and add more alignment. 5 years ago
test Simplify: use raw pointers instead of optional wrappers on deque. 5 years ago
.gitignore Add basic random stealing. 6 years ago
.gitlab-ci.yml Disable tsan in CI temporarily. 5 years ago
BANANAPI.md Refine setup process for banana pi 5 years ago
CMakeLists.txt WIP: Start work on divide and conquer example with temporary buffers. 5 years ago
NOTES.md Finalize banana pi setup notes. 5 years ago
PERFORMANCE-v1.md Minor changes for profiling and add more alignment. 5 years ago
PERFORMANCE-v2.md Minor changes for profiling and add more alignment. 5 years ago
README.md Add scheduler_active flag and PLS_SERIAL_ELUSION compile option. 5 years ago
compare_benchmarks.py Add basic random stealing. 6 years ago
README.md