issues
search
ORNL
/
ReSolve
Library of GPU-resident linear solvers
Other
58
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
raw pointers: use only when you have to. Otherwise, use smart pointers
#205
stonecoldhughes
opened
1 month ago
0
c++: error: unrecognized command-line option ‘--offload-arch=gfx1103’
#204
kalmarek
closed
1 month ago
3
Functionality tests utils dev
#203
stonecoldhughes
opened
1 month ago
1
Functionality tests utils dev
#202
stonecoldhughes
closed
1 month ago
0
Functionality tests utils dev
#201
stonecoldhughes
closed
1 month ago
1
Use explicit host-device syncing
#200
pelesh
closed
1 month ago
0
Rename `copyData` -> `syncData` and ensure correct flags set when syncing
#199
pelesh
closed
1 month ago
1
Fix memory leak in `GramSchmidt` class; setup now in GMRES
#198
pelesh
closed
1 month ago
1
Who has responsibility to set up `GramSchmidt` class instance?
#197
pelesh
closed
1 month ago
0
Memory leak in `GramSchmidt` class
#196
pelesh
closed
1 month ago
0
Transition to rocprofiler-sdk
#195
pelesh
opened
2 months ago
0
Magic numbers in Givens rotation regularization
#194
pelesh
opened
2 months ago
0
break long tests up into more functions
#193
stonecoldhughes
opened
2 months ago
2
data files for tests have hardcoded filepaths
#192
stonecoldhughes
opened
2 months ago
1
convert unscoped enums to scoped enums
#191
stonecoldhughes
closed
1 month ago
1
Matrix handler now checks in the background if the matrix is CSR.
#190
pelesh
closed
2 months ago
0
Add functionality test for LUSOL
#189
pelesh
closed
2 months ago
0
Review examples and remove redundant code
#188
pelesh
closed
1 month ago
1
Consider renaming matrix::Sparse::copyData to matrix::Sparse::SyncData
#187
pelesh
closed
1 month ago
0
Update spack_cpu_build.yaml to not checkout in base image build step
#186
cameronrutherford
closed
2 months ago
2
Indeterministic failures of FGMRES
#185
pelesh
closed
2 months ago
1
Refactor matrix file I/O
#184
pelesh
closed
2 months ago
3
::solve method in LUSOL should try to factorize matrix if it was not factorized already
#183
pelesh
opened
2 months ago
0
remove -1-filling of arrays from lusol factor extraction code
#182
superwhiskers
closed
2 months ago
0
Only build spack base image if necessary
#181
cameronrutherford
closed
3 months ago
2
`MatrixHandler::matrixInfNorm` should not assume that the input matrix is in the csr format
#180
superwhiskers
closed
2 months ago
3
`ReSolve::io::writeMatrixToFile` calls `Sparse::print`, which writes out 0-indexed coordinates of matrix data, when the matrix market coordinate format is 1-indexed
#179
superwhiskers
closed
2 months ago
1
lusol factor extraction
#178
superwhiskers
closed
2 months ago
3
simple example using lusol
#177
superwhiskers
closed
2 months ago
3
`Sparse::updateData` reads nnz from `nnz_expanded_` if the `is_expanded_` flag is set
#176
superwhiskers
closed
2 months ago
3
alternate coo2csr implementation
#175
superwhiskers
closed
2 months ago
2
Rework of coo2csr conversion
#174
pelesh
closed
2 months ago
2
Remove duplicated code and consolidate coo2csr functionality in a single function.
#173
pelesh
closed
5 months ago
1
Update spack_cpu_build.yaml to build ~klu+lusol
#172
cameronrutherford
closed
5 months ago
1
Suggested modifications to speed up the spack pipelines
#171
pelesh
closed
3 months ago
1
Add make test_install to github tests.
#170
pelesh
closed
5 months ago
1
always build in debug mode with sanitizers + increase compiler warning levels
#169
superwhiskers
opened
5 months ago
0
CMake changes to allow building without lusol
#168
cameronrutherford
closed
5 months ago
2
Use consistent naming scheme across matrix and vector classes
#167
superwhiskers
opened
5 months ago
3
document invariants for `nnz_expanded_` or remove it entirely
#166
superwhiskers
closed
2 months ago
1
new user
#165
stonecoldhughes
closed
2 months ago
5
add a LUSOL functionality test
#164
superwhiskers
closed
2 months ago
6
Parameter management utilities
#163
pelesh
opened
5 months ago
4
Create fortran modules in build directory.
#162
pelesh
closed
5 months ago
2
make integer/floating point types configurable through cmake
#161
superwhiskers
opened
5 months ago
0
Check if LUSOL workspace has been allocated before
#160
pelesh
closed
5 months ago
0
Add functions to extract L and U factors from LUSOL
#159
pelesh
closed
2 months ago
1
Add functionality test for LUSOL
#158
pelesh
closed
2 months ago
0
Fix flipped columns/rows in CSC matrix implementation.
#157
pelesh
closed
5 months ago
0
Fix warnings in integrate-lusol branch
#156
pelesh
closed
5 months ago
0
Next