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
There are two types of interpretations in the spec currently:
Interpreting vectors stored in variables
Interpreting vectors / matrices store in memory
These both use the same enum. This means that there are values in the enum that don't apply to the memory resources (ie the packed ones) that we'll need to do work to prohibit using.
If we used a different enum for these then we woudn't have this problem. Having an additional enum might be confusing / annoying to work with though.
The text was updated successfully, but these errors were encountered:
#398 (comment)
There are two types of interpretations in the spec currently:
These both use the same enum. This means that there are values in the enum that don't apply to the memory resources (ie the packed ones) that we'll need to do work to prohibit using.
If we used a different enum for these then we woudn't have this problem. Having an additional enum might be confusing / annoying to work with though.
The text was updated successfully, but these errors were encountered: