[go: up one dir, main page]

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

Generated code does not scale to datatypes other than FLOAT #81

Open
srohit0 opened this issue Oct 11, 2019 · 0 comments
Open

Generated code does not scale to datatypes other than FLOAT #81

srohit0 opened this issue Oct 11, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@srohit0
Copy link
Member
srohit0 commented Oct 11, 2019

This is an enhancement request.

Note : Fix requires symbol graph dfs to propagate dtypes on all the nodes with implicit conversion rule to generate highest possible precision.

Examples :

  1. INT8 , INT16 = INT16
  2. INT32 , FLOAT = FLOAT

Ref : https://en.cppreference.com/w/cpp/language/implicit_conversion

@srohit0 srohit0 added the enhancement New feature or request label Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants