Skip to content

Commit

Permalink
compile interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
antonysigma committed Jul 15, 2024
1 parent 3a600ae commit 11430cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-halide-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
run: meson setup --vsenv proximal/halide proximal/halide/build
if: startsWith(matrix.os, 'window') == true

#- name: Build Python interfaces
# run: meson compile -C proximal/halide/build python_interface
- name: Build Python interfaces
run: meson compile -C proximal/halide/build python_interface

#- name: Build ProxImaL-codegen
# run: meson compile -C proximal/halide/build ladmm-runtime:alias
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ else
halide_autoscheduler_path = halide_library_path
endif

message(halide_library_path)
halide_lib = cc.find_library('Halide', dirs: halide_library_path,
)

Expand Down

0 comments on commit 11430cc

Please sign in to comment.