Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckyount committed May 7, 2018
1 parent 027a31d commit 1b58527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ else ifneq ($(findstring ssg,$(stencil)),)
ifneq ($(filter $(arch),skx skl),)
def_rank_args = -d 640 -dx 320
fold_4byte = x=4,y=4
def_block_args = -bx 96 -by=16 -bz=80
def_block_args = -bx 96 -by 16 -bz 80
def_block_threads = 2
endif

Expand Down

0 comments on commit 1b58527

Please sign in to comment.