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
transpose from the base:intrinsics package (https://pkg.odin-lang.org/base/intrinsics/#transpose) does not seem to be recognized by the plugin and this seems to lead to invalid inference when using functions that alias it:
m1: matrix[4, 4]f32
m2 := linalg.transpose(m1)
m2 has the type UNKNOWN:
The text was updated successfully, but these errors were encountered:
intrinsics.odin has a syntax error on line 223 (I still have to crete a PR to Odin for it). Please apply the following change to intrinsics.odin so you can have code completion:
However, the type inference for transpose might still not work (not sure about that).
transpose
from thebase:intrinsics
package (https://pkg.odin-lang.org/base/intrinsics/#transpose) does not seem to be recognized by the plugin and this seems to lead to invalid inference when using functions that alias it:m2
has the typeUNKNOWN
:The text was updated successfully, but these errors were encountered: