Commit 4fab4ab
authored
[SYCLomatic] Fix replace_if/replace_copy_if for corner case (#584)
* [SYCLomatic] Fix replace_copy_if for long long
Signed-off-by: Lu, John <[email protected]>
* [SYClomatic] fix replace_if/replace_copy_if corner case
Signed-off-by: Lu, John <[email protected]>
* Deal with corner case of replace_copy_if. long -> long long
Signed-off-by: Lu, John <[email protected]>
---------
Signed-off-by: Lu, John <[email protected]>1 parent cb60ceb commit 4fab4ab
File tree
2 files changed
+4
-4
lines changed- clang
- runtime/dpct-rt/include/dpl_extras
- test/dpct/helper_files_ref/include/dpl_extras
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments