Skip to content

Tags: llnl/dataracebench

Tags

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #142 from LChenGit/delaware

delaware dataset part3

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #129 from peihunglin/develop

Added DRB metadata file

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update metric.py

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update metric.py

v1.3.0.1

Toggle v1.3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #76 from LLNL/yaying

move metric.py to script, update the docker file for Tsan GPU

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #73 from jprotze/export-tsan-option

Export TSAN_OPTION="ignore_noninstrumented_modules=1" for tsan execution

v1.2.0

Toggle v1.2.0's commit message
Develop (#7)

* added new microbenchmarks covering three set of rules of data-sharing attributes
* added two more benchmarks for static data members: in or not inside a construct
* added two new benchmarks for dynamic storage duration
* added benchmarks for locally declared static, threadprivate for variable within a construct
* added two more benchmarks to cover rules controlling the number of associated loops
* added benchmarks using collapse() and ordered()
* added two benchmarks to cover taskloop construct
* improved target tests: add teams+distribute
* added a counter example into static-local-orig-yes.c
* added a benchmark for multiple loops associated with SIMD
* added a benchmark for target + map for array sections derived from pointers
* added two benchmarks to cover implicitly determined rules for task generating constructs
* added benchmarks with orphaned task using pass-by-reference
* added copyprivate, copyin benchmarks
* added benchmarks using nowait, taskwait.
* added benchmarks using atomic, taskgroup, ordered.
* changed version number and GCC note
* added warning for compilers not supporting OpenMP 4.5
* reduced recursion level to avoid seg fault
* Mention contributions from Rice University
* sanity check: support c++ code compilations using both gcc and Intel compilers
* categorize single and master examples as N1, extended to include single thread execution
* parallel+if()
* target teams with data races
* ordered(2) example refined
* omp for+linear requires OpenMP 4.5
* refined taskwait examples, list OpenMP 4.5 benchmarks
* added assertion for one task-depend test
* avoid printf() in parallel tasks
* Renamed all 116 micro-benchmarks to DRBxxx-name where xxx is the 3-digit benchmark number.
* Moved all polybench header files into directory polybench. Adapted polyhedral benchmarks to refer to those headerfiles.
* Suggest GCC 7.x for robust OpenMP 4.5 support
* replaced new with nnew so c++ compilers can be used
* Updated README.md with adapted micro-benchmark file names that have the with prefix 'DRD<ID>-' in the filename now.
* Updated test-harness.sh for new features:
(1) cpp support
(2) timeout with -s option
(3) store id, compile-return-code and runtime-return-code in csv file

* fixed hidden data race in dead code (utilities/polybench.c)
* revised the taskwait missing program to avoid seg fault
* changed int to long int to work with large integer like 2e9 (DRB065)
* Fixed description for two wrong dependence relations (thanks to Franke Ye from GaTech for spotting them).

v1.1.1

Toggle v1.1.1's commit message
updated the date for v1.1.1

v1.1.0

Toggle v1.1.0's commit message
a new entry to version history

v1.0.2

Toggle v1.0.2's commit message
Updated README file with version number.