Bump actions/configure-pages from 2 to 3 (#68)
* Bump actions/configure-pages from 2 to 3
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 2 to 3.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/configure-pages
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update scripts/thread-sanitizer-suppr.txt
- replace race_top with race since it appears that race_top isn't suppressing the thread sanitizer error from libamdhip64.so
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
[ROCm/rocprofiler-sdk commit: 78425069e8]
This commit is contained in:
committed by
GitHub
orang tua
98d71852b7
melakukan
80f60788f7
+1
-1
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Install Conda
|
||||
uses: s-weigand/setup-conda@v1
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v2
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Create Docs Directory
|
||||
run:
|
||||
mkdir -p docs
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
thread:libhsa-runtime64.so
|
||||
|
||||
# data race in operator delete(void*)
|
||||
race_top:libamdhip64.so
|
||||
race:libamdhip64.so
|
||||
|
||||
# unlock of an unlocked mutex (or by a wrong thread)
|
||||
mutex:librocm_smi64.so
|
||||
|
||||
Reference in New Issue
Block a user