Commit fac25d3
Initial support for CUDA + factorizations (#336)
* Initial support for CUDA + factorizations
* Working adjoint
* Update test/cuda/factorizations.jl
Co-authored-by: Lukas Devos <[email protected]>
* Update test/cuda/factorizations.jl
Co-authored-by: Jutho <[email protected]>
* Fix posdef and copy
* Comments
---------
Co-authored-by: Lukas Devos <[email protected]>
Co-authored-by: Jutho <[email protected]>1 parent 1cb66b8 commit fac25d3
File tree
5 files changed
+505
-4
lines changed- ext/TensorKitCUDAExt
- src
- factorizations
- tensors
- test
- cuda
5 files changed
+505
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | 199 | | |
202 | 200 | | |
203 | 201 | | |
204 | 202 | | |
205 | 203 | | |
206 | | - | |
| 204 | + | |
207 | 205 | | |
208 | 206 | | |
209 | 207 | | |
| |||
0 commit comments