Skip to content

Commit

Permalink
Merge pull request #209 from deephealthproject/fpga_develop
Browse files Browse the repository at this point in the history
Fpga develop
  • Loading branch information
RParedesPalacios authored Nov 3, 2020
2 parents ae6c65f + 3b315b1 commit e751609
Show file tree
Hide file tree
Showing 41 changed files with 6,372 additions and 96 deletions.
3 changes: 3 additions & 0 deletions fpga_kernels/generate_makefile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ int main(int argc, char **argv) {
#ifdef K_ENABLED_CONV2D
strcpy(szKernels[num_kernels++], "conv2d");
#endif
#ifdef K_ENABLED_CONV2D_K3X3_S1X1_P1X1_BS1
strcpy(szKernels[num_kernels++], "conv2D_K3x3_S1x1_P1x1_BS1");
#endif


// Core
Expand Down
Loading

0 comments on commit e751609

Please sign in to comment.