Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pilkicTT committed Feb 4, 2025
1 parent 83a9fbf commit 8fca36a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions forge/forge/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,3 @@ def set_configuration_options(
g_compiler_config.chip_placement_policy = chip_placement_policy
if enable_forked_dram_inputs is not None:
g_compiler_config.enable_forked_dram_inputs = enable_forked_dram_inputs


def _set_global_compiler_config(config: CompilerConfig):
global g_compiler_config
g_compiler_config = config

0 comments on commit 8fca36a

Please sign in to comment.