Anonymous | Login | Signup for a new account | 2025-07-06 09:13 MSK |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0000929 | [ALGLIB] Linear algebra | feature | have not tried | 2021-07-28 15:41 | 2021-09-17 21:58 | ||
Reporter | SergeyB | View Status | public | ||||
Assigned To | SergeyB | ||||||
Priority | normal | Resolution | implemented | ||||
Status | resolved | Product Version | |||||
Summary | 0000929: IMPLEMENTED: C# GEMM (matrix-matrix product) can now utilize AVX2/FMA NET 5 intrinsics | ||||||
Description |
C# implementation of GEMM (generalized matrix-matrix product) can now be compiled in two modes: * fully managed C# code * unsafe C# code which makes use of NET 5 hardware intrinsics Because the GEMM kernel is widely used across the library, many linear algebra, interpolation and optimization functions became much faster due to this change. |
||||||
Additional Information | |||||||
Programming language | Unspecified | ||||||
Attached Files | |||||||
|
There are no notes attached to this issue. |
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |