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
  • lib
  • pls
  • src
  • internal
  • scheduling
History Find file
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
  • FritzFlorian's avatar
    Change some size types. · 3bbd8951
    FritzFlorian committed 6 years ago
    3bbd8951
Name
Last commit
Last Update
..
abstract_task.cpp Change some size types. 6 years ago
fork_join_task.cpp Move functions using templates to *_impl.h header files. 6 years ago
root_task.cpp Combine root_tasks into one file. 6 years ago
run_on_n_threads_task.cpp Add first test version of high level task stealing. 6 years ago
scheduler.cpp Use only placement new on pre-allocated memory. This makes sure that we have to have no assumptions on the inital state of the memory region. 6 years ago
scheduler_memory.cpp Cache Align scheduler_memory. 6 years ago
thread_state.cpp Add basic thread pool scheduling loop. 6 years ago