Skip to content

Commit

Permalink
Disable autoscheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
antonysigma committed Jul 13, 2024
1 parent 09db6db commit 8789026
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions proximal/halide/src/user-problem/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ solver_bin = custom_target(
'-e', 'static_library,h',
'target=' + halide_target,

'-p', '@0@/libautoschedule_mullapudi2016.@1@'.format(halide_library_path, dynamiclib_file_ext),
'autoscheduler=Mullapudi2016',
'autoscheduler.parallelism=4',
'autoscheduler.last_level_cache_size=6291000',
'autoscheduler.balance=40',
#'-p', '@0@/libautoschedule_mullapudi2016.@1@'.format(halide_library_path, dynamiclib_file_ext),
#'autoscheduler=Mullapudi2016',
#'autoscheduler.parallelism=4',
#'autoscheduler.last_level_cache_size=6291000',
#'autoscheduler.balance=40',

'n_iter=1', # number of ADMM iterations before checking convergence
'mu=0.333', # Problem scaling factor. Defaults to 1 / sqrt( || K || ).
Expand Down

0 comments on commit 8789026

Please sign in to comment.