https://github.com/compwa/jax-mini-benchmark

https://github.com/compwa/jax-mini-benchmark

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ComPWA
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 255 KB
Statistics
  • Stars: 1
  • Watchers: 6
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created over 3 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

Mini benchmark for JAX

Ruff uv code style: prettier

This package provides a set of benchmark scripts that can be used to profile JAX performance on a varying number of CPU cores. JAX does not provide control over the number of cores it uses, so a common trick is to work do this with taskset.

The benchmarks can be run by installing the package with pip and running it as follows:

shell python3 -m pip install git+https://github.com/ComPWA/jax-mini-benchmark@main benchmark-jax

The resulting benchmark can be viewed in jax-benchmark-$HOSTNAME.svg. If you do not want to view the resulting plot directly, like when you run this command in a script, add the --no-show flag:

shell benchmark-jax --no-show

Help developing

We recommend working with a virtual environment (more info here). If you have installed Miniconda, the project can easily be set up as follows:

shell git clone https://github.com/ComPWA/jax-mini-benchmark cd jax-mini-benchmark conda env create conda activate jax-mini-benchmark pre-commit install # optional, but recommended

See ComPWA's Help developing for more info.

Owner

  • Name: Common Partial Wave Analysis
  • Login: ComPWA
  • Kind: organization
  • Email: compwa@ep1.rub.de
  • Location: Germany

Making amplitude analysis reproducible, understandable, and easy to do

GitHub Events

Total
  • Delete event: 5
  • Issue comment event: 1
  • Push event: 25
  • Pull request review event: 2
  • Pull request event: 9
  • Create event: 5
Last Year
  • Delete event: 5
  • Issue comment event: 1
  • Push event: 25
  • Pull request review event: 2
  • Pull request event: 9
  • Create event: 5

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 17
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 days
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.24
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 10
Past Year
  • Issues: 0
  • Pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
  • pre-commit-ci[bot] (12)
  • redeboer (8)
  • grayson-helmholz (2)
Top Labels
Issue Labels
Pull Request Labels
🔨 Maintenance (16) 🖱️ DX (4) 📝 Docs (1) ✨ Feature (1)