Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Aug 6, 2024
1 parent d96fa3d commit e0f068c
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 e0f068c

Please sign in to comment.