Commit 508f05b
Function to print ChunkSpan for debugging purpose (#819)
* First draft for chunk printing
* Spell check correction
* Take review comment into account
Correctly manage chunk that are not accessible from the host.
Correctly manage 0d chunk.
Correct tests
* Remove unused parameter
* run clang-format
* Use std::free for hip
* Correct errors reported by clang-tidy
* Correct mdpsan access for C++23
* Correct ambiguous template with older version of clang
* msvc format display of float in hex mode is different from gcc and clang
(it looks like msvc is doing a conversion to double before converting to
hex)
* Correctly execute test on device
* Formatting
* Fix GTest target
* Cleanup headers
* Enforce east const
* Use single character
* Correct the regular expression used to check the view metadata
* Use parallel_fill when possible
* Take PR comment into account
* spell check
* Clang format with correct clang version
* Const eastness
* s_ prefix for static variables
* Reorder list of author and added myself
---------
Co-authored-by: Thomas Padioleau <thomas.padioleau@cea.fr>1 parent 661bf7a commit 508f05b
File tree
5 files changed
+670
-10
lines changed- include/ddc
- tests
5 files changed
+670
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 35 | | |
40 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments