Skip to content
Tags give the ability to mark specific points in history as being important
This project is mirrored from https://*****@github.com/carstenbauer/ThreadPinning.jl.git. Pull mirroring updated .
  • v0.7.22
    59983534 · Update Project.toml ·
    ## ThreadPinning v0.7.22
    
    [Diff since v0.7.21](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.21...v0.7.22)
  • v0.7.21
    901d8700 · Update Project.toml ·
    ## ThreadPinning v0.7.21
    
    [Diff since v0.7.20](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.20...v0.7.21)
    
    
    **Merged pull requests:**
    - spawnat (#91) (@carstenbauer)
  • v0.7.20
    4684882d · Update Project.toml ·
    ## ThreadPinning v0.7.20
    
    [Diff since v0.7.19](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.19...v0.7.20)
  • v0.7.19
    f453838d · Update Project.toml ·
    ## ThreadPinning v0.7.19
    
    [Diff since v0.7.18](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.18...v0.7.19)
    
    
    **Merged pull requests:**
    - Initial_affinity_mask + threadids fixes (#89) (@carstenbauer)
  • v0.7.18
    2c03033a · Update Project.toml ·
    ## ThreadPinning v0.7.18
    
    [Diff since v0.7.17](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.17...v0.7.18)
    
    
    **Merged pull requests:**
    - List macros in the Utility index (#83) (@JamesWrigley)
    - typo: save -> safe (#87) (@Jutho)
    
    **Closed issues:**
    - test (#85)
    - Disable warning when pinthreads(:affinitymask) under Slurm (#88)
  • v0.7.17
    425071d4 · Update Project.toml ·
    ## ThreadPinning v0.7.17
    
    [Diff since v0.7.16](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.16...v0.7.17)
    
    
    **Merged pull requests:**
    - `with_pinthreads` (#82) (@carstenbauer)
    
    **Closed issues:**
    - Feature request: temporary pinning (with do block) ? (#81)
  • v0.7.16
    5a8ce64f · Update Project.toml ·
    ## ThreadPinning v0.7.16
    
    [Diff since v0.7.15](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.15...v0.7.16)
  • v0.7.15
    590b38ba · Update Project.toml ·
    ## ThreadPinning v0.7.15
    
    [Diff since v0.7.14](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.14...v0.7.15)
  • v0.7.14
    030b6911 · Update Project.toml ·
    ## ThreadPinning v0.7.14
    
    [Diff since v0.7.13](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.13...v0.7.14)
    
    
    
    **Merged pull requests:**
    - Hide `pinthread(s)` warnings during precompilation (#80) (@carstenbauer)
  • v0.7.13
    eadcb2d4 · Update Project.toml ·
    ## ThreadPinning v0.7.13
    
    [Diff since v0.7.12](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.12...v0.7.13)
  • v0.7.12
    304122a1 · bump patch version ·
    ## ThreadPinning v0.7.12
    
    [Diff since v0.7.11](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.11...v0.7.12)
    
    
    **Closed issues:**
    - Precompilation failing on FUGAKU (#75)
    - No-op mode on Windows/macOS (#78)
    
    **Merged pull requests:**
    - CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#68) (@github-actions[bot])
    - More robust precompilation (#77) (@carstenbauer)
    - Make `pinthreads` and co no-ops on Windows/macOS (#79) (@carstenbauer)
  • v0.7.11
    ae11940c · bump patch ver ·
    ## ThreadPinning v0.7.11
    
    [Diff since v0.7.10](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.10...v0.7.11)
    
    
    **Closed issues:**
    - Hanging core-to-core latency measurement (#74)
  • v0.7.10
    a812d74d · bump patch ver ·
    ## ThreadPinning v0.7.10
    
    [Diff since v0.7.9](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.9...v0.7.10)
    
    
    **Closed issues:**
    - `bench_core2core_latency` assumes threads IDs don't exceed `Sys.CPU_THREADS` (#76)
  • v0.7.9
    480add9b · Update Project.toml ·
    ## ThreadPinning v0.7.9
    
    [Diff since v0.7.8](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.8...v0.7.9)
  • v0.7.8
    9a67df59 · Update Project.toml ·
    ## ThreadPinning v0.7.8
    
    [Diff since v0.7.7](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.7...v0.7.8)
    
    
    **Closed issues:**
    - (How to) Handle "special cores" or different types of cores (#38)
    - High-level API for pinning threads loosly to a NUMA domain (#67)
    - SLURM awareness (#69)
    
    **Merged pull requests:**
    - SLURM awareness (#70) (@carstenbauer)
    - API for setting thread affinity ("loosely pinning threads") (#71) (@carstenbauer)
  • v0.7.7
    ff4f3815 · Update Project.toml ·
    ## ThreadPinning v0.7.7
    
    [Diff since v0.7.6](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.6...v0.7.7)
    
    
    
    **Merged pull requests:**
    - Migrate from SnoopPrecompile to PrecompileTools (#66) (@timholy)
  • v0.7.6
    b59ad5b5 · Update Project.toml ·
    ## ThreadPinning v0.7.6
    
    [Diff since v0.7.5](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.5...v0.7.6)
  • v0.7.5
    7598f591 · Update Project.toml ·
    ## ThreadPinning v0.7.5
    
    [Diff since v0.7.4](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.4...v0.7.5)
    
    
    
    **Merged pull requests:**
    - Ignore IJulia heartbeat thread (#65) (@carstenbauer)
  • v0.7.4
    4f46865b · Update Project.toml ·
    ## ThreadPinning v0.7.4
    
    [Diff since v0.7.3](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.3...v0.7.4)
    
    
    **Closed issues:**
    - Add support for interactive threads (#56)
    
    **Merged pull requests:**
    - Improve (and fix) interactive thread pool support (#62) (@carstenbauer)
    - Fix systems tests + introduce IO option (#63) (@carstenbauer)
  • v0.7.3
    32960e93 · Update Project.toml ·
    ## ThreadPinning v0.7.3
    
    [Diff since v0.7.2](https://github.com/carstenbauer/ThreadPinning.jl/compare/v0.7.2...v0.7.3)
    
    
    **Closed issues:**
    - Proper announcement on Discourse (#14)
    - Prettify `threadinfo` in Pluto (#50)
    - Interplay with MPI (#51)
    - Missing signatures in docstrings (#52)
    - Precompilation/importing failure in case of non-english locale (#58)
    
    **Merged pull requests:**
    - Add signatures to docstrings (#53) (@carstenbauer)
    - Initial MPI support (#54) (@carstenbauer)
    - Fix minor typo in docs (#57) (@sloede)
    - Fix #58: LANG issue (#59) (@carstenbauer)