Skip to content

Commit

Permalink
Merge pull request #130 from intel/develop
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
chuckyount authored May 7, 2018
2 parents aeecc79 + 1b58527 commit 639b964
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 639b964

Please sign in to comment.