Skip to content

Commit

Permalink
always with shared.dyn
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Aug 9, 2024
1 parent bcffc49 commit 8b5f083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitblas/base/roller/policy/tensorcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def _score(node, thread): # small is better
codegen_dict.shared_scope = "shared.dyn"

# Or assume we always use shared memory
# codegen_dict.shared_scope = "shared.dyn"
codegen_dict.shared_scope = "shared.dyn"

codegen_dict.complete_config(node)
codegen_dict.vectorize = self._plan_vectorize(self.prim_func_node, td, block_size)
Expand Down

0 comments on commit 8b5f083

Please sign in to comment.