Searched refs:Fdi (Results 1 – 1 of 1) sorted by relevance
476 MatRowMapType *Fdi, *Foi; in MatMPIAIJKokkosReduceBegin() local482 Fdi = Fdi_h.data() + 1; // +1 for easy indexing in code below in MatMPIAIJKokkosReduceBegin()516 Fdi[curRowIdx]++; in MatMPIAIJKokkosReduceBegin()529 Fdi = Fdi_h.data(); // restore Fdi, Foi and make them CSR in MatMPIAIJKokkosReduceBegin()532 Fdi[i + 1] += Fdi[i]; in MatMPIAIJKokkosReduceBegin()535 Fdnz = Fdi[Fm]; in MatMPIAIJKokkosReduceBegin()863 MatRowMapType *Fdi = Fdi_h.data(), *Foi = Foi_h.data(); in MatMPIAIJKokkosBcastBegin() local866 Fdi[0] = Foi[0] = 0; in MatMPIAIJKokkosBcastBegin()875 Fdi[i + 1] = lb2 - lb1; // row i length in Fdi in MatMPIAIJKokkosBcastBegin()876 Foi[i + 1] = (Fi[i + 1] - Fi[i]) - Fdi[i + 1]; // row i length in Foi in MatMPIAIJKokkosBcastBegin()[all …]