Skip to content

Commit

Permalink
Fix missing input file
Browse files Browse the repository at this point in the history
  • Loading branch information
stlemme committed Mar 6, 2017
1 parent 93717a0 commit 994e355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorting_networks/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
add_test_sample(median
../utils.impala ../stencil_lib.impala mapping_${DEVICE}.impala oddeven.impala median.impala)
../utils.impala ../stencil_lib.impala ../mapping_${DEVICE}.impala mapping_${DEVICE}.impala oddeven.impala median.impala)

3 comments on commit 994e355

@richardmembarth
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually not required, right?

@stlemme
Copy link
Member Author

@stlemme stlemme commented on 994e355 Mar 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This got probably lost in some merge. The median example on branch master contains both mapping_*.impala files. And without this fix it wont compile due to missing functions, such as set_pixel_fn() etc.

@richardmembarth
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, I thought that comes from a different file.

Please sign in to comment.