Commit 9ecd577
[rocm-libraries] ROCm/rocm-libraries#4082 (commit 669d133)
fix(rocrand): Fix loop unroll warning
## Motivation
Clang was complaining about not being able to unroll a loop which had a
variable iteration count
## Technical Details
Silencing it seems like the right move
## Submission Checklist
- [x] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
Co-authored-by: Nemi Verploegh <[email protected]>1 parent af0fd22 commit 9ecd577
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
| |||
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| 143 | + | |
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
| |||
0 commit comments