Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CUDA batch matrix multiplication and ops (#23)
* update continuous integration * cublas-based sparse LU solver class * batched sparse cuda matrix operations * update cuda installs in ci * add test to ci * add missing files * add missing files * fix install of torch tools in ci * add missing new line * add C++ extensions to gitignore * clear lingering printf * license, move tests and utils * license, move tests * fix tests in ci * fix comparisons * rename util to random_sparse_binary_matrix, rename init_batch_size for clarity * rename util to random_sparse_binary_matrix * restore looping idiom, random_sparse_binary_matrix in toplevel __init__ * re-remove from toplevel init * cols/rows -> num_cols/num_rows * cols/rows -> num_cols/num_rows Co-authored-by: Maurizio Monge <[email protected]>
- Loading branch information