Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirDroubi committed Oct 7, 2023
1 parent 8e62668 commit b5395a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/level1/dsdot.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ def sdsdot_template(n: size, sb: f32, x: [f32][n], y: [f32][n], result: f32):

### EXO_LOC SCHEDULE START ###
def schedule_dsdot_stride_1(proc, params, name):
# TODO: This optimization strategy appears to be the wrong one from
# benchmarking results. Need to investigate it why.

proc = rename(proc, name)
proc = proc.add_assertion("stride(x, 0) == 1")
proc = proc.add_assertion("stride(y, 0) == 1")
Expand Down

0 comments on commit b5395a1

Please sign in to comment.