You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation derives the type of the operator result in very simple way. On the top of that the types are not actually checked.
You can for example assign 32b vector to 64b one without any warning.
Each hw type has to have virtual methods responsible for this check and resolutions.
The text was updated successfully, but these errors were encountered:
Current implementation derives the type of the operator result in very simple way. On the top of that the types are not actually checked.
You can for example assign 32b vector to 64b one without any warning.
Each hw type has to have virtual methods responsible for this check and resolutions.
The text was updated successfully, but these errors were encountered: