Skip to content

Commit

Permalink
#9046: update get_compute_kernel_options function
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoi4448 committed Jun 13, 2024
1 parent fccfc21 commit 2f823c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@


def get_compute_kernel_options(compute_kernel_options):
if compute_kernel_options is None:
return None
if is_wormhole_b0():
fp32_dest_acc_en = compute_kernel_options
packer_l1_acc = False
Expand Down

0 comments on commit 2f823c7

Please sign in to comment.