Skip to content

Commit

Permalink
fix: remove #include <gmp.h> from dcl.h
Browse files Browse the repository at this point in the history
This fixes the FlowGNN benchmarks on some systems.
  • Loading branch information
ArkaneMoose committed Apr 12, 2023
1 parent fff4505 commit 8346c19
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion benchmarks/29_flowgnn_gin/src/dcl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define __DCL_H__

// https://support.xilinx.com/s/question/0D52E00006iHkfp/vivado-20153-hls-bug-gmph?language=en_US
#include <gmp.h>
#define __gmp_const const

#include "util.h"
Expand Down
1 change: 0 additions & 1 deletion benchmarks/30_flowgnn_gcn/src/dcl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define __DCL_H__

// https://support.xilinx.com/s/question/0D52E00006iHkfp/vivado-20153-hls-bug-gmph?language=en_US
#include <gmp.h>
#define __gmp_const const

#include "util.h"
Expand Down
1 change: 0 additions & 1 deletion benchmarks/31_flowgnn_gat/src/dcl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define __DCL_H__

// https://support.xilinx.com/s/question/0D52E00006iHkfp/vivado-20153-hls-bug-gmph?language=en_US
#include <gmp.h>
#define __gmp_const const

#include "util.h"
Expand Down
1 change: 0 additions & 1 deletion benchmarks/32_flowgnn_pna/src/dcl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define __DCL_H__

// https://support.xilinx.com/s/question/0D52E00006iHkfp/vivado-20153-hls-bug-gmph?language=en_US
#include <gmp.h>
#define __gmp_const const

#include "util.h"
Expand Down

0 comments on commit 8346c19

Please sign in to comment.