Science Score: 49.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
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: mattkretz
  • License: gpl-3.0
  • Language: C++
  • Default Branch: main
  • Size: 77.1 KB
Statistics
  • Stars: 4
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

stdx::simd Benchmarks

CI DOI fair-software.eu

This repository collects benchmarks for std::experimental::simd. The benchmarks are a set of micro-benchmarks that try to capture latency and throughput of individual operations on a stdx::simd. For reference, the same operation is also benchmarked on the simd::value_type itself and on GCC vector builtins (using [[gnu::vector_size(N)]]).

Usage

  1. Set $CXX to the compiler you want use for the benchmarks. E.g. bash export CXX=/usr/bin/g++-12

  2. Call ./run.sh --help to learn how to invoke individual benchmarks. The run.sh script can be called from any working directory and will not change the working directory. This may be useful for testing uninstalled compilers.

Owner

  • Name: Matthias Kretz
  • Login: mattkretz
  • Kind: user
  • Location: Darmstadt, Germany
  • Company: GSI Helmholtzzentrum für Schwerionenforschung

C++ Committee Numerics Chair, SIMD specialist, CS PhD, Dipl.-Phys, High Energy Physics Software, former KDE core developer, ORCID: 0000-0002-0867-243X

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/fair-software.yml actions
  • fair-software/howfairis-github-action 0.2.1 composite
.github/workflows/CI.yml actions
  • actions/checkout v4 composite
  • actions/checkout v3 composite