-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest tests/tt_eager/python_api_testing/unit_testing/misc/test_ssm_prefix_scan.py::test_ssm_reduce[32-32-32-1-dtype0] fails without L1 clear #9831
Comments
esmalTT
added a commit
that referenced
this issue
Jun 30, 2024
This change adds support for L > 32 in `ssm_eltwise_mul`. Logically this op can now handle any value of L but values of L > 128 will run out of L1 in `bfloat8` format. This change also fixes #9831.
esmalTT
added a commit
that referenced
this issue
Jun 30, 2024
This change adds support for L > 32 in `ssm_eltwise_mul`. Logically this op can now handle any value of L but values of L > 128 will run out of L1 in `bfloat8` format. This change also fixes #9831.
esmalTT
added a commit
that referenced
this issue
Jun 30, 2024
This change adds support for L > 32 in `ssm_eltwise_mul`. Logically this op can now handle any value of L but values of L > 128 will run out of L1 in `bfloat8` format. This change also fixes #9831.
kpaigwar
pushed a commit
that referenced
this issue
Jul 1, 2024
This change adds support for L > 32 in `ssm_eltwise_mul`. Logically this op can now handle any value of L but values of L > 128 will run out of L1 in `bfloat8` format. This change also fixes #9831.
esmalTT
added a commit
that referenced
this issue
Jul 2, 2024
This change adds support for L > 32 in `ssm_eltwise_mul`. Logically this op can now handle any value of L but values of L > 128 will run out of L1 in `bfloat8` format. This change also fixes #9831.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For minimum repro, on N300
The text was updated successfully, but these errors were encountered: