Skip to content

Commit

Permalink
[apps] Fix app compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Jun 19, 2024
1 parent 215346b commit fb2d2b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/gemv/kernel/gemv.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
// Author: Chi Zhang, ETH Zurich <[email protected]>

#include "gemv.h"
#include "runtime.h"
#include "util.h"
#include <math.h>
#include <stdbool.h>
Expand Down
1 change: 0 additions & 1 deletion apps/spmv/kernel/spmv.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
// Author: Chi Zhang, ETH Zurich <[email protected]>

#include "spmv.h"
#include "runtime.h"
#include "util.h"
#include <math.h>
#include <stdbool.h>
Expand Down

0 comments on commit fb2d2b0

Please sign in to comment.