Commit f0c5c50
Try to do SVD truncation on GPU with _ind_intersect (#148)
* Try to do SVD truncation on GPU with _ind_intersect
* Use fixer GPUArrays branch
* ind_intersect via filter
* Fix ambiguity
* Update src/implementations/truncation.jl
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
* Revert "Use fixer GPUArrays branch"
This reverts commit fa9fa80.
---------
Co-authored-by: Lukas Devos <ldevos98@gmail.com>1 parent e1ea618 commit f0c5c50
3 files changed
Lines changed: 15 additions & 8 deletions
File tree
- ext
- MatrixAlgebraKitAMDGPUExt
- MatrixAlgebraKitCUDAExt
- src/implementations
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
174 | 173 | | |
175 | 174 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
198 | 197 | | |
199 | 198 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
129 | 138 | | |
130 | 139 | | |
131 | 140 | | |
| |||
0 commit comments