Merge commit 'a84c455a9de4569e589dc22d254ef3162a2de12a' into develop

此提交包含在:
systems-assistant[bot]
2025-08-05 16:06:34 +00:00
當前提交 1c3af22585
共有 4 個檔案被更改,包括 8 行新增3 行删除
+2 -1
查看文件
@@ -1,12 +1,13 @@
name: Sync amd-mainline to public repository
on:
workflow_dispatch:
push:
branches: [ amd-mainline ]
jobs:
git-mirror:
runs-on: ubuntu-latest
runs-on: AMD-ROCm-Internal-dev1
steps:
- name: git-sync
uses: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3
+2 -1
查看文件
@@ -1,12 +1,13 @@
name: Sync amd-staging to public repository
on:
workflow_dispatch:
push:
branches: [ amd-staging ]
jobs:
git-mirror:
runs-on: ubuntu-latest
runs-on: AMD-ROCm-Internal-dev1
steps:
- name: git-sync
uses: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3
+2
查看文件
@@ -257,6 +257,8 @@ def gen_cppheader(infilepath, outfilepath, rank):
continue
if c in structs_analyzed:
continue
if c.startswith("_") or c.startswith("pthread_") or c.startswith("__pthread_"):
continue
if (
c == "max_align_t" or c == "__fsid_t"
): # Skipping as it is defined in multiple domains
+2 -1
查看文件
@@ -303,7 +303,8 @@ class AsyncCopyTest : public Tracertest {
// Test:1 Compares total num of kernel-names in golden output against current
// tracer output
TEST_F(AsyncCopyTest, WhenRunningTracerWithAppThenAsyncCopyOutputIsGenerated) {
// This test is disabled because it is not compatible with Navi architecture.
TEST_F(AsyncCopyTest, DISABLED_WhenRunningTracerWithAppThenAsyncCopyOutputIsGenerated) {
// kernel info in current profler run
std::vector<tracer_kernel_info_t> current_kernel_info;