1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SpGEMM: Improved OpenMP work estimation and reduction for aggregating overall work. More... about 10 years ago
SpGEMM: Improved OpenMP distribution of work by using work estimates. More... about 10 years ago
SpGEMM: Added option for printing profiling information by setting VIENNACL_WITH_SPGEMM_TIMINGS. More... about 10 years ago
SpGEMM: Simplified and (hopefully) optimized row-by-row merging, disabled vector-merge More... about 10 years ago
SpGEMM: Fixed incorrect address scaling and aligned vs. nonaligned load. More... about 10 years ago
SpGEMM: Added AVX2-version for merging 8 rows simultaneously. More... about 10 years ago
SpGEMM: Disabling use of hash_map. More... about 10 years ago
SpGEMM: Added implementation for multi-row merging using vectors. More... about 10 years ago
vector_iterator: Fixed invalid reference to temporary object. More... about 10 years ago
FFT: Fixed incorrect loop length for local radix2 implementation on CPU. More... about 10 years ago
OpenCL: Fixed query of double precision configuration from OpenCL device. More... about 10 years ago
SpGEMM: Fixed bug in hash-based implementation. More... about 10 years ago
SpGEMM: Added hash-based implementation for large rows. More... about 10 years ago
SpGEMM: Fixed a bug for the case that the row in A has only one entry. More... about 10 years ago
SpGEMM: Replacing NDEBUG with BOOST_UBLAS_NDEBUG in test. More... about 10 years ago
SpGEMM: Added CUDA first implementation. Needs further tweaks. More... about 10 years ago
SpGEMM: Rearranged code in host backend for better navigation. More... about 10 years ago
SpGEMM: Now using an adaptive algorithm (vector vs. list) More... about 10 years ago
compressed_matrix: Merging of two rows in a list completed. More... about 10 years ago
Merge pull request #131 from ddemidov/master More... about 10 years ago
Cast result of &vector to Vector* before comparison in CG More... about 10 years ago
Optimization of SpGEMM to load and merge multiple rows from B. More... about 10 years ago
SpGEMM: Attempt to introduce a list for faster row merging. More... about 10 years ago
compressed_matrix: Removed use of an auxiliary array in SpGEMM. More... about 10 years ago
compressed_matrix: Optimizing host-based sparse matrix-matrix product. More... about 10 years ago
compressed_matrix: Implementation of SpGEMM for OpenCL now working for general matrices. More... over 10 years ago
compressed_matrix: First implementation of SpGEMM for OpenCL. More... over 10 years ago
compressed_matrix: Enabled C = prod(A, B) and fixed conversion warnings. More... over 10 years ago
compressed_matrix: Added first host-based prototype for SpGEMM. More... over 10 years ago
Builtin-DB : Bugfix in CPU fallback More... over 10 years ago