Merge commit 'a84c455a9de4569e589dc22d254ef3162a2de12a' into develop
此提交包含在:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
新增問題並參考
封鎖使用者