Tpetra::Experimental::GEMM: Fix for mode = "C"(onjugate Transpose) #61
Labels
CLOSED_DUE_TO_INACTIVITY
Issue or PR has been closed by the GitHub Actions bot due to inactivity.
MARKED_FOR_CLOSURE
Issue or PR is marked for auto-closure by the GitHub Actions bot.
pkg: Tpetra
TpetraRF
Milestone
@trilinos/tpetra @amklinv
GEMM currently only implements the Non-Transpose ("N") and Transpose ("T") modes, not the Conjugate Transpose ("C") mode. The GEMM interface has no way to return an error for "not implemented," and can't throw an exception, so we unfortunately do have to implement all the options.
The text was updated successfully, but these errors were encountered: