Skip to content

Commit

Permalink
Remove the testing of hvx_64 and rename hvx_128 to hvx.
Browse files Browse the repository at this point in the history
Merge this after halide/Halide#5365
is merged.
  • Loading branch information
pranavb-ca committed Oct 20, 2020
1 parent a974ac1 commit b5242e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,7 @@ def get_test_labels(builder_type):

if builder_type.handles_hexagon():
# Also test hexagon using the simulator
targets['host-hvx_128'].extend(['correctness', 'generator', 'apps'])
targets['host-hvx_64'].extend(['correctness', 'generator', 'apps'])
targets['host-hvx'].extend(['correctness', 'generator', 'apps'])

if builder_type.handles_wasm():
# Test WASM usage (only on LLVM trunk)
Expand Down

0 comments on commit b5242e3

Please sign in to comment.