-
Notifications
You must be signed in to change notification settings - Fork 24
Open
0 / 10 of 1 issue completedLabels
LLKtest-infraThis label is used for issues, pull requests, or tasks related to the LLK testing frameworkThis label is used for issues, pull requests, or tasks related to the LLK testing framework
Description
Currently any test infra test that sweeps num_faces < 4 or face_r_dim < 16 has an issue where tiles are always placed sparsely in L1 (always by offsets of 32x32). Which means for those sweeps, behaviour is technically undefined since LLK unpack and pack always assume dense tiles in L1. Reason this system has worked so far is because output also assumes sparsity in testbench
this behaviour has been found for matmul, tilize, untilize, & datacopy so far, creating this as a master issue for cleanup.
@fvranicTT @amokanTT fyi
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
LLKtest-infraThis label is used for issues, pull requests, or tasks related to the LLK testing frameworkThis label is used for issues, pull requests, or tasks related to the LLK testing framework