Annotations for shallow_cast and cast_array written with minimal testing for matrix multiply. WP can parse the annotations fine, but EVA is crashing when being run on shallow_cast + its dependencies. Does not crash on cast_array. Need to fix this.
Something in matrix_valid predicate is crashing it.
Turns out EVA just needs a top level main function to initialize values, before it can verify shallow_cast and its dependencies; otherwise, it will crash on matrix_valid.
Annotations for shallow_cast and cast_array written with minimal testing for matrix multiply. WP can parse the annotations fine, but EVA is crashing when being run on shallow_cast + its dependencies. Does not crash on cast_array. Need to fix this.
Something in matrix_valid predicate is crashing it.