Skip to content

Commit

Permalink
change buf size to decrease throughput (Xilinx#7986)
Browse files Browse the repository at this point in the history
Signed-off-by: AShivangi <[email protected]>
  • Loading branch information
AShivangi authored Mar 5, 2024
1 parent f3e0dd8 commit e742b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/core/tools/common/tests/TestIPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace XBU = XBUtilities;
#include <filesystem>

static constexpr size_t host_app = 1; //opcode
static constexpr size_t buffer_size = 128;
static constexpr size_t buffer_size = 20;
static constexpr int itr_count = 10000;

// ----- C L A S S M E T H O D S -------------------------------------------
Expand Down

0 comments on commit e742b8f

Please sign in to comment.