From 8346c196aae540ae0ee5b3c9b21f5753a0080f15 Mon Sep 17 00:00:00 2001 From: Rishov Sarkar Date: Tue, 11 Apr 2023 22:57:15 -0400 Subject: [PATCH] fix: remove `#include ` from dcl.h This fixes the FlowGNN benchmarks on some systems. --- benchmarks/29_flowgnn_gin/src/dcl.h | 1 - benchmarks/30_flowgnn_gcn/src/dcl.h | 1 - benchmarks/31_flowgnn_gat/src/dcl.h | 1 - benchmarks/32_flowgnn_pna/src/dcl.h | 1 - 4 files changed, 4 deletions(-) diff --git a/benchmarks/29_flowgnn_gin/src/dcl.h b/benchmarks/29_flowgnn_gin/src/dcl.h index d71e08f0b..3b17bc986 100644 --- a/benchmarks/29_flowgnn_gin/src/dcl.h +++ b/benchmarks/29_flowgnn_gin/src/dcl.h @@ -2,7 +2,6 @@ #define __DCL_H__ // https://support.xilinx.com/s/question/0D52E00006iHkfp/vivado-20153-hls-bug-gmph?language=en_US -#include #define __gmp_const const #include "util.h" diff --git a/benchmarks/30_flowgnn_gcn/src/dcl.h b/benchmarks/30_flowgnn_gcn/src/dcl.h index f5f5099df..9d2b541eb 100644 --- a/benchmarks/30_flowgnn_gcn/src/dcl.h +++ b/benchmarks/30_flowgnn_gcn/src/dcl.h @@ -2,7 +2,6 @@ #define __DCL_H__ // https://support.xilinx.com/s/question/0D52E00006iHkfp/vivado-20153-hls-bug-gmph?language=en_US -#include #define __gmp_const const #include "util.h" diff --git a/benchmarks/31_flowgnn_gat/src/dcl.h b/benchmarks/31_flowgnn_gat/src/dcl.h index dd0f0b8b4..dc570bbed 100644 --- a/benchmarks/31_flowgnn_gat/src/dcl.h +++ b/benchmarks/31_flowgnn_gat/src/dcl.h @@ -2,7 +2,6 @@ #define __DCL_H__ // https://support.xilinx.com/s/question/0D52E00006iHkfp/vivado-20153-hls-bug-gmph?language=en_US -#include #define __gmp_const const #include "util.h" diff --git a/benchmarks/32_flowgnn_pna/src/dcl.h b/benchmarks/32_flowgnn_pna/src/dcl.h index cbdd409f3..c4aaf273a 100644 --- a/benchmarks/32_flowgnn_pna/src/dcl.h +++ b/benchmarks/32_flowgnn_pna/src/dcl.h @@ -2,7 +2,6 @@ #define __DCL_H__ // https://support.xilinx.com/s/question/0D52E00006iHkfp/vivado-20153-hls-bug-gmph?language=en_US -#include #define __gmp_const const #include "util.h"