Skip to content

Commit 51ee73b

Browse files
Bhaskar VishnuVardhan ChebroluGitHub Enterprise
authored andcommitted
decreasing the input size to accommodate U50 platform
1 parent bc9b00e commit 51ee73b

File tree

1 file changed

+1
-1
lines changed
  • host/p2p_fpga2fpga_bandwidth/src

1 file changed

+1
-1
lines changed

host/p2p_fpga2fpga_bandwidth/src/host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int main(int argc, char *argv[]) {
6969
return EXIT_FAILURE;
7070
}
7171

72-
int length = 128 * 1024 * 1024;
72+
int length = 32 * 1024 * 1024;
7373
size_t buffersize = 1024 * 1024;
7474
if (xcl::is_emulation()) {
7575
length = 4 * 1024;

0 commit comments

Comments
 (0)