Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,7 @@ test_adams2019: distrib
$(MAKE) -f $(SRC_DIR)/autoschedulers/adams2019/Makefile test \
HALIDE_DISTRIB_PATH=$(CURDIR)/$(DISTRIB_DIR)

test_li2018: distrib build_python_bindings
test_li2018: distrib
$(MAKE) -f $(SRC_DIR)/autoschedulers/li2018/Makefile test \
HALIDE_DISTRIB_PATH=$(CURDIR)/$(DISTRIB_DIR)

Expand Down Expand Up @@ -2050,11 +2050,6 @@ benchmark_apps: $(BENCHMARK_APPS)
|| exit 1 ; \
done

# TODO: remove this target after landing PR #6821
.PHONY: test_python
test_python:
@echo "TODO: remove this target after landing PR #6821"

# It's just for compiling the runtime, so earlier clangs *might* work,
# but best to peg it to the minimum llvm version.
ifneq (,$(findstring clang version 3.7,$(CLANG_VERSION)))
Expand Down