Skip to content

Commit

Permalink
Merge pull request #131 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 639b964 + 1b91917 commit 815708d
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 @@ -137,7 +137,7 @@ else ifneq ($(findstring fsg,$(stencil)),)
else ifneq ($(filter $(arch),skx skl),)
def_rank_args = -d 384 -dx 192
fold_4byte = x=4,y=4
def_block_args = -bx 188 -by 12 -bz=24
def_block_args = -bx 188 -by 12 -bz 24
def_block_threads = 1
endif

Expand Down

0 comments on commit 815708d

Please sign in to comment.