We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9b00e commit 51ee73bCopy full SHA for 51ee73b
host/p2p_fpga2fpga_bandwidth/src/host.cpp
@@ -69,7 +69,7 @@ int main(int argc, char *argv[]) {
69
return EXIT_FAILURE;
70
}
71
72
- int length = 128 * 1024 * 1024;
+ int length = 32 * 1024 * 1024;
73
size_t buffersize = 1024 * 1024;
74
if (xcl::is_emulation()) {
75
length = 4 * 1024;
0 commit comments