Skip to content

[RFC]: add blas/ext/base/gfill-columns #13689

Description

@kgryte

TODO: sthg like gfillColumns.ndarray( M, N, alpha, strideA, offsetA, x, strideX1, strideX2, offsetX ) where alpha is a strided array of fill values. This would allow filling individual columns separately. Why not a loop over gfill? Because, for row-major, instead of filling columns one-by-one, one iterates across the rows and repeatedly cycles over alpha for better cache usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AcceptedRFC feature request which has been accepted.BLASIssue or pull request related to Basic Linear Algebra Subprograms (BLAS).FeatureIssue or pull request for adding a new feature.JavaScriptIssue involves or relates to JavaScript.MaintainersIssue which should be handled by project maintainers & is not recommended for external contributors.RFCRequest for comments. Feature requests and proposed changes.priority: NormalNormal priority concern or feature request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions