Skip to content

Commit

Permalink
Delete reduce_each, obsolete following #4
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Nov 5, 2018
1 parent 7160345 commit 4ef05da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 329 deletions.
2 changes: 1 addition & 1 deletion laser/strided_iteration/foreach.nim
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ macro forEachStridedSerial*(args: varargs[untyped]): untyped =

macro forEach*(args: varargs[untyped]): untyped =
## Format:
## forEach x in a, y in b, z in c, (1024, true):
## forEach x in a, y in b, z in c:
## x += y * z
##
## The iteration strategy is selected at runtime depending of
Expand Down
328 changes: 0 additions & 328 deletions laser/strided_iteration/reduce_each.nim

This file was deleted.

0 comments on commit 4ef05da

Please sign in to comment.