Skip to content

Commit

Permalink
decreasing the input size to accommodate U50 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhaskar VishnuVardhan Chebrolu authored and GitHub Enterprise committed Nov 3, 2020
1 parent bc9b00e commit 51ee73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/p2p_fpga2fpga_bandwidth/src/host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int main(int argc, char *argv[]) {
return EXIT_FAILURE;
}

int length = 128 * 1024 * 1024;
int length = 32 * 1024 * 1024;
size_t buffersize = 1024 * 1024;
if (xcl::is_emulation()) {
length = 4 * 1024;
Expand Down

0 comments on commit 51ee73b

Please sign in to comment.