deepC icon indicating copy to clipboard operation
deepC copied to clipboard

Generated code does not scale to datatypes other than FLOAT

Open srohit0 opened this issue 5 years ago • 0 comments

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 avatar Oct 11 '19 17:10 srohit0