Skip to content

Commit

Permalink
more style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kalhankoul96 committed Jan 9, 2024
1 parent 2c067d1 commit 1134683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tiling/generate_gold_mattransmul.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def generate_gold_mattransmul_tiled(tile_crd_b, tile_crd_c, tile_crd_d, dirname,

gold_out = gold_nd.tocoo()
assert tile_crd_b[1] == tile_crd_c[0] and tile_crd_b[3] == tile_crd_c[1]
and tile_crd_b[0] == tile_crd_d[0] and tile_crd_b[2] == tile_crd_d[1]
and tile_crd_b[0] == tile_crd_d[0] and tile_crd_b[2] == tile_crd_d[1]
# assert tile_crd_b[1] == tile_crd_c[0] and tile_crd_b[3] == tile_crd_c[2]
scipy.io.mmwrite(
dirname + "out_" + str(tile_crd_b[0]) + "_" + str(tile_crd_b[1]) + "_" + str(tile_crd_b[3]) + "_"
Expand Down

0 comments on commit 1134683

Please sign in to comment.