Skip to content
Tags give the ability to mark specific points in history as being important
This project is mirrored from https://*****@github.com/JuliaPerf/BandwidthBenchmark.jl.git. Pull mirroring updated .
  • v0.2.0
    ## BandwidthBenchmark v0.2.0
    
    [Diff since v0.1.1](https://github.com/JuliaPerf/BandwidthBenchmark.jl/compare/v0.1.1...v0.2.0)
  • v0.1.1
    96cd0e82 · Update Project.toml ·
    ## BandwidthBenchmark v0.1.1
    
    [Diff since v0.1.0](https://github.com/JuliaPerf/BandwidthBenchmark.jl/compare/v0.1.0...v0.1.1)
    
    
    
    **Merged pull requests:**
    - CompatHelper: bump compat for ThreadPinning to 0.7, (keep existing compat) (#14) (@github-actions[bot])
    - enable dependabot for GitHub actions (#15) (@ranocha)
  • v0.1.0
    65d23b69 · compat PrettyTables ·
    ## BandwidthBenchmark v0.1.0
    
    
    
    **Closed issues:**
    - Write tests + setup CI (#5)
    - How to use flopsscaling - it seems not to work (#6)
    - Use `@threads :static` instead of `@threads` (#7)
    - Allow running bandwidth benchmarks with different kernels (#9)
    - Option to group `bwscaling` results by memory domains (#10)
    - Mention `bwscaling_memory_domains` in the docs (#12)
    
    **Merged pull requests:**
    - Update README.md (#4) (@pitmonticone)
    - Fix name of `flopsscaling` (#8) (@giordano)
    - Bandwidth scaling within and across memory domains (#11) (@carstenbauer)