https://github.com/andih/cuda-fortran-stream

Variant of STREAM Benchmark in CUDA Fortran

https://github.com/andih/cuda-fortran-stream

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.1%) to scientific vocabulary

Keywords

cuda cuda-fortran gpu stream-benchmarks variants
Last synced: 6 months ago · JSON representation

Repository

Variant of STREAM Benchmark in CUDA Fortran

Basic Info
  • Host: GitHub
  • Owner: AndiH
  • License: mit
  • Language: Fortran
  • Default Branch: master
  • Size: 22.5 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Topics
cuda cuda-fortran gpu stream-benchmarks variants
Created about 9 years ago · Last pushed about 9 years ago
Metadata Files
Readme License

README.md

CUDA Fortran STREAM Benchmark

Variant of the STREAM benchmark written in CUDA Fortran (and, hence, working on the GPU).

The PGI compiler is required to compile.

The four STREAM benchmarks are run on the GPU, that is (with arrays a, b, c):

  • COPY: c_j = a_j
  • SCALE: b_j = scalar * c_j
  • ADD: c_j = a_j + b_j
  • TRIAD: a_j = b_j + scalar * c_j

For information is available in stream.F90. The Makefile should suffice to call make run for compiling and running the four micro-benchmarks.

See also www.streambench.org, especially for notes on publishing results based on (variants of) the STREAM benchmark.

Owner

  • Name: Andreas Herten
  • Login: AndiH
  • Kind: user
  • Location: Langerwehe, Germany
  • Company: Jülich Supercomputing Centre

HPC, GPU Computing, Python, LaTeX, and, well…, take a look around…

GitHub Events

Total
  • Fork event: 1
Last Year
  • Fork event: 1

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 4
  • Total pull requests: 0
  • Average time to close issues: 3 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.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
  • AndiH (4)
Pull Request Authors
Top Labels
Issue Labels
enhancement (4)
Pull Request Labels