Commit 0549f3b
authored
Fix Compilation Warnings (CNugteren#604)
* Fixed c_ld documentation.
* Ran the generator script.
* Added support for work group collective functions in xasum routine.
* Added support for work group collective functions for xdot kernels.
* Added support for work group collective functions for xnrm2 kernel.
* Fixed duplicate storing of result.
* Added subgroup level reduction support for xasum.
* Removed repetition of if (lid == 0) in the epilogue kernel
* Removed incorrectly placed comment.
* Added subgroup support.
* Added subgroup support for xnrm2.
* Revert "Added subgroup support for xnrm2."
This reverts commit 457338c.
* Revert "Added subgroup support."
This reverts commit d83ecb5.
* Revert "Removed incorrectly placed comment."
This reverts commit 0df27ff.
* Revert "Removed repetition of if (lid == 0) in the epilogue kernel"
This reverts commit 5cc5ca2.
* Revert "Added subgroup level reduction support for xasum."
This reverts commit 302f290.
* Revert "Fixed duplicate storing of result."
This reverts commit 1153d40.
* Revert "Added support for work group collective functions for xnrm2 kernel."
This reverts commit f96d076.
* Revert "Added support for work group collective functions for xdot kernels."
This reverts commit f4df321.
* Revert "Added support for work group collective functions in xasum routine."
This reverts commit 350e57a.
* Fixed deprecation warnings and redefining warnings.
* Updated generator script.1 parent c22ee4d commit 0549f3b
File tree
4 files changed
+36
-1
lines changed- include
- scripts/generator
- src
4 files changed
+36
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
15 | 28 | | |
16 | 29 | | |
17 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
| |||
0 commit comments