Fix misaligned stores in buffer (#1063)

* Fix misaligned read/write to buffer

- causes undefined behavior

* Update run-ci.py

- fix spurious CDash submission failure warning

* Improve run-ci.py support for UBSan

* Relax rocprofv3 summary stats count expectation

* Update CHANGELOG
このコミットが含まれているのは:
Jonathan R. Madsen
2024-09-10 17:08:57 -05:00
committed by GitHub
コミット 37e0d7efce
9個のファイルの変更60行の追加29行の削除
+1 -1
ファイルの表示
@@ -185,7 +185,7 @@ def test_summary_data(json_data):
)
assert oitr.value.count == 2
elif itr.domain == "HIP_API":
assert itr.stats.count == 2135
assert itr.stats.count >= 2130 and itr.stats.count <= 2140
elif itr.domain == "MEMORY_COPY":
assert itr.stats.count == 12
elif itr.domain == "MARKER_API":