Skip to content

Commit

Permalink
Fix kernel annalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ahueck committed Jan 20, 2025
1 parent 3534a4a commit 2620ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/kernel_analysis/03_struct_write.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
// RUN: %rm-file %t.yaml
// RUN: %wrapper-cc %clang-pass-only-args --cusan-kernel-data=%t.yaml -x cuda --cuda-gpu-arch=sm_72 %s 2>&1 | %filecheck %s
// RUN: %wrapper-mpicc %clang-pass-only-args --cusan-kernel-data=%t.yaml -x cuda --cuda-gpu-arch=sm_72 %s 2>&1 | %filecheck %s

// CHECK-NOT: Handling Arg:
// CHECK: Handling Arg:
Expand Down
2 changes: 1 addition & 1 deletion test/kernel_analysis/08_big_struct_write.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
// RUN: %rm-file %t.yaml
// RUN: %wrapper-cc %clang-pass-only-args --cusan-kernel-data=%t.yaml -x cuda --cuda-gpu-arch=sm_72 %s 2>&1 | %filecheck %s
// RUN: %wrapper-mpicc %clang-pass-only-args --cusan-kernel-data=%t.yaml -x cuda --cuda-gpu-arch=sm_72 %s 2>&1 | %filecheck %s

// CHECK-NOT: Handling Arg:
// CHECK: Handling Arg:
Expand Down

0 comments on commit 2620ab5

Please sign in to comment.