Commit 7d029cf
committed
Update on "Add cuBLAS path for batched torch.geqrf"
`geqrfBatched` from cuBLAS is used if
```
(input.size(-2) <= 256 && batchCount(input) >= std::max<int64_t>(2, input.size(-2) / 16))
```
Differential Revision: [D27960156](https://our.internmc.facebook.com/intern/diff/D27960156)
[ghstack-poisoned]1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments