Skip to content
Snippets Groups Projects
Commit 9af69f3e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Disable check_for_unused_hw_axes_in_insns for now

parent 0b295797
No related branches found
No related tags found
No related merge requests found
......@@ -363,7 +363,10 @@ def pre_schedule_checks(kernel):
check_for_double_use_of_hw_axes(kernel)
check_insn_attributes(kernel)
check_loop_priority_inames_known(kernel)
check_for_unused_hw_axes_in_insns(kernel)
#FIXME: Move after scheduling
#check_for_unused_hw_axes_in_insns(kernel)
check_for_inactive_iname_access(kernel)
check_for_write_races(kernel)
check_for_data_dependent_parallel_bounds(kernel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment