Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Dec 24, 2023
1 parent 209e0d2 commit bba0ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compiler/Eval.idr
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ interpret xlaBuilder (MkFn params root env) = do
else
let broadcastDims = Prelude.map (+ length to `minus` length from) $ range $ length from
in broadcastInDim !(get x) to broadcastDims
interpretE (Map {arity} f xs dims) = do
interpretE (Map f xs dims) = do
subBuilder <- createSubBuilder xlaBuilder "computation"
computation <- lift $ compile subBuilder f
map xlaBuilder (toList !(traverse get xs)) computation dims
Expand Down

0 comments on commit bba0ec5

Please sign in to comment.