Skip to content

Commit

Permalink
Make this hack a slightly different hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jul 19, 2023
1 parent 47cfd54 commit aeba934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rodinia/lud/lud.fut
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def lud_diagonal [b] (a: [b][b]f32): *[b][b]f32 =
let mat[i+1] = row

in mat
) (unflatten (a :> [opaque 1*b][b]f32))
) (take (opaque 1) (unflatten (a :> [1*b][b]f32)))
|> head

def lud_perimeter_upper [m][b] (diag: [b][b]f32) (a0s: [m][b][b]f32): *[m][b][b]f32 =
Expand Down

0 comments on commit aeba934

Please sign in to comment.