Skip to content

Commit

Permalink
Use eexact in weaksauce_einsum (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Oct 24, 2023
1 parent 4fe4f07 commit 78daaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Torch/Einsum.v
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Notation "'weaksauce_einsum' x"
let z := (eval cbn beta iota delta [Nat.radd] in z) in
let z := (eval cbn beta iota zeta delta [Shape.snoc Shape.nil] in z) in
(*let z := (eval cbn beta iota zeta delta [PrimitiveProd.Primitive.fst PrimitiveProd.Primitive.snd Shape.snoc Shape.nil] in z) in*)
exact $z)
eexact $z)
end)
(x custom einsum_args at level 10, at level 10, only parsing).
(*
Expand Down

0 comments on commit 78daaa8

Please sign in to comment.