Skip to content
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

Set enable_fast_runtime_mode to True by default #8364

Closed
8 tasks done
arakhmati opened this issue May 10, 2024 · 1 comment
Closed
8 tasks done

Set enable_fast_runtime_mode to True by default #8364

arakhmati opened this issue May 10, 2024 · 1 comment
Assignees

Comments

@arakhmati
Copy link
Contributor

arakhmati commented May 10, 2024

Currently, enable_fast_runtime_mode is set to False in ttnn but we want the users to run at the full speed by default

Before it can be set to True, the following needs to be done:

  • allow_to_fallback_to_golden_function_on_failure flag should be deleted
    • ttnn.reshape
    • ttnn.repeat
    • ttnn.repeat_interleave
    • ttnn.split
    • ttnn.pad
    • ttnn.Tensor.__getitem__
  • Some unit tests need to be set to enable_fast_runtime_mode=False to test features like validation, logging, etc
@ayerofieiev-tt
Copy link
Contributor

in progress now

ayerofieiev-tt added a commit that referenced this issue May 14, 2024
ayerofieiev-tt added a commit that referenced this issue May 15, 2024
ayerofieiev-tt added a commit that referenced this issue May 18, 2024
ayerofieiev-tt added a commit that referenced this issue May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants