File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ int main() {
27
27
* P = 3 ;
28
28
}
29
29
// clang-format off
30
- // CHECK: OFFLOAD ERROR: Memory access fault by GPU {{.*}} (agent 0x{{.*}}) at virtual address [[PTR:0x[0-9a-z]*]]. Reasons: {{.*}}
30
+ // CHECK: OFFLOAD ERROR: memory access fault by GPU {{.*}} (agent 0x{{.*}}) at virtual address [[PTR:0x[0-9a-z]*]]. Reasons: {{.*}}
31
31
// NTRCE: Use 'OFFLOAD_TRACK_ALLOCATION_TRACES=true' to track device allocations
32
32
// TRACE: Device pointer [[PTR]] does not point into any (current or prior) host-issued allocation.
33
33
// TRACE: Closest host-issued allocation (distance 4096 bytes; might be by page):
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ int main() {
18
18
#pragma omp target map(A[ : N])
19
19
{ A [N ] = 3 ; }
20
20
// clang-format off
21
- // CHECK: OFFLOAD ERROR: Memory access fault by GPU {{.*}} (agent 0x{{.*}}) at virtual address [[PTR:0x[0-9a-z]*]]. Reasons: {{.*}}
21
+ // CHECK: OFFLOAD ERROR: memory access fault by GPU {{.*}} (agent 0x{{.*}}) at virtual address [[PTR:0x[0-9a-z]*]]. Reasons: {{.*}}
22
22
// CHECK: Device pointer [[PTR]] does not point into any (current or prior) host-issued allocation.
23
23
// CHECK: Closest host-issued allocation (distance 1 byte; might be by page):
24
24
// CHECK: Last allocation of size 1073741824
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ int main() {
28
28
}
29
29
llvm_omp_target_free_host (A , omp_get_default_device ());
30
30
// clang-format off
31
- // CHECK: OFFLOAD ERROR: Memory access fault by GPU {{.*}} (agent 0x{{.*}}) at virtual address [[PTR:0x[0-9a-z]*]]. Reasons: {{.*}}
31
+ // CHECK: OFFLOAD ERROR: memory access fault by GPU {{.*}} (agent 0x{{.*}}) at virtual address [[PTR:0x[0-9a-z]*]]. Reasons: {{.*}}
32
32
// NTRCE: Use 'OFFLOAD_TRACK_ALLOCATION_TRACES=true' to track device allocations
33
33
// TRACE: Device pointer [[PTR]] points into prior host-issued allocation:
34
34
// TRACE: Last deallocation:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ int main() {
22
22
* P = 3 ;
23
23
}
24
24
// clang-format off
25
- // CHECK: OFFLOAD ERROR: Memory access fault by GPU {{.*}} (agent 0x{{.*}}) at virtual address [[PTR:0x[0-9a-z]*]]. Reasons: {{.*}}
25
+ // CHECK: OFFLOAD ERROR: memory access fault by GPU {{.*}} (agent 0x{{.*}}) at virtual address [[PTR:0x[0-9a-z]*]]. Reasons: {{.*}}
26
26
// CHECK: Device pointer [[PTR]] points into prior host-issued allocation:
27
27
// CHECK: Last deallocation:
28
28
// CHECK: Last allocation of size 1073741824
You can’t perform that action at this time.
0 commit comments