ILU_variants_helper_kernels.hpp
Go to the documentation of this file.
Definition: autotuner.hpp:30 void computeDiagIndices(const int *rowIndices, const int *colIndices, const int *reorderedToNatural, int rows, size_t *diagIndices) Computes indices of diagonal elements for reordered GPU preconditioner. void computeDiagIndicesNoReorder(const int *rowIndices, const int *colIndices, const size_t *indexConversion, int rows, size_t *diagIndices) Computes indices of diagonal elements for non-reordered GPU preconditioner. |