| Commit message (Collapse) | Author | Age |
|
|
|
| |
casting on GPUs
|
| |
|
|
|
|
| |
This also fixes underflow issues when scaling complex matrices through complex/complex operator.
|
| |
|
| |
|
|
|
|
| |
I observed significant speed-up of the CG solver.
|
|
|
|
| |
the input matrix is complete (Upper|Lower) but column major.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
interface)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
instead of the expression type.
|
| |
|
|\
| |
| |
| | |
Fix two small undefined behaviors caught by static analysis.
|
| | |
|
| | |
|
| |
| |
| |
| | |
end up calling memcpy(ptr, 0, 0), which is technically UB and gets caught by static analysis.
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
runtime (first_aligned already had this runtime guard)
|
| |
|
| |
|
| |
|