Skip to content

Add weight activation ordering for fp8 block #2587

@HDCharles

Description

@HDCharles

Followup for #2520

to add weight activation ordering since fp8 block is now supported.

The only change would be
g_idx = range / groupsize -> g_idx = range / block_width

this would actually consolidate the existing code because as of now we have 2 ways to map columns, g_idx and the calculation for fp8 block which is doing the same thing as g_idx but as a one off. If we change it to use g_idx then we get actorder almost for free

  1. use g_idx for fp8 block indexing
  2. add fp8 block + act order

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfp8For any issue / PR related to FP8 supportgood first issueA good first issue for users wanting to contribute

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions