JuliaParallel / JuliaParallel/Dagger.jl
Add more built-in thread-based processor types
Open
enhancement
processors
- Dominant language
- Julia
- Stars
- 723
- Forks
- 90
- Avg merge
- 1d 37m
- Merged PRs (30d)
- 9
Description
- `ThreadProc` -> `ThreadLockedProc` (no longer default enabled)
- `AnyThreadProc`: Runs on any thread and allows task migration (default enabled)
- `InteractiveThreadProc`: Runs on any thread in the interactive threadgroup, if possible (not default enabled)
- `NUMAPinnedProc`: Pinned to a given NUMA domain, possibly allocated manually (not default enabled)
- `CPUPinnedProc`: Pinned to a given logical CPU, possibly allocated manually (not default enabled)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.