Skip to content
Snippets Groups Projects
Verified Commit 82e66a2f authored by baptiste.coudray's avatar baptiste.coudray
Browse files

Removed message

parent 4cd99b5a
No related branches found
No related tags found
No related merge requests found
......@@ -64,13 +64,9 @@ void compute_next_chunk_board(struct dispatch_context *dc, struct futhark_contex
struct futhark_i8_2d *fut_next_chunk_board;
futhark_context_sync(fc);
int ret = futhark_entry_next_chunk_board(fc, &fut_next_chunk_board, fut_chunk_board, fut_north_west, fut_north,
futhark_entry_next_chunk_board(fc, &fut_next_chunk_board, fut_chunk_board, fut_north_west, fut_north,
fut_north_east, fut_west, fut_east, fut_south_west, fut_south,
fut_south_east);
printf("futhark_entry_next_chunk_board = %d\n", ret);
if (ret) {
printf("futhark_entry_next_chunk_board = %s\n", futhark_context_get_error(fc));
}
futhark_context_sync(fc);
futhark_values_i8_2d(fc, fut_next_chunk_board, ci->data);
......
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