Skip to content

Commit

Permalink
no extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonysigma committed Jul 18, 2024
1 parent b293d8d commit 5ede55d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions proximal/halide/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,10 @@ if build_machine.system() == 'windows'
]}
object_file_ext = 'obj'
statlib_file_ext = 'lib'
dynamiclib_file_ext = 'dll'
else
env = { 'LD_LIBRARY_PATH': halide_library_path }
object_file_ext = 'o'
statlib_file_ext = 'a'
dynamiclib_file_ext = 'so'
endif

proximal_python_interface = []
Expand Down
2 changes: 1 addition & 1 deletion proximal/halide/src/user-problem/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ solver_bin = custom_target(
'-e', 'static_library,h',
'target=' + halide_target,

'-p', '@0@/libautoschedule_mullapudi2016.@1@'.format(halide_library_path, dynamiclib_file_ext),
'-p', 'autoschedule_mullapudi2016',
'autoscheduler=Mullapudi2016',
'autoscheduler.parallelism=4',
'autoscheduler.last_level_cache_size=6291000',
Expand Down

0 comments on commit 5ede55d

Please sign in to comment.