Skip to content

Optimized linear op doesn't support bias #8234

Open
@swolchok

Description

@swolchok

🐛 Describe the bug

I left it out for implementation expediency. See

"bias not supported yet in linear");
.

I believe all that needs to be done is to get the bias into the C matrix passed to GEMM and then set beta to 1.0 per https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms#Level_3 .

Versions

N/A

cc @larryliu0820 @manuelcandales

Metadata

Metadata

Assignees

No one assigned

    Labels

    actionableItems in the backlog waiting for an appropriate impl/fixenhancementNot as big of a feature, but technically not a bug. Should be easy to fixgood first issueGood for newcomersmodule: kernelsIssues related to kernel libraries and utilities, and code under kernels/triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions