Skip to content

Commit 76ba21b

Browse files
authored
FPGA: update gzip seed (#1381)
1 parent 022fed4 commit 76ba21b

File tree

1 file changed

+1
-1
lines changed
  • DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/gzip/src

1 file changed

+1
-1
lines changed

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/gzip/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ elseif(DEVICE_FLAG MATCHES "S10")
7777
set(SEED "-Xsseed=16")
7878
set(NUM_REORDER "")
7979
else()
80-
set(SEED "-Xsseed=4")
80+
set(SEED "-Xsseed=1")
8181
# For the High Bandwidth variant, specify 6 reordering units to improve global memory read bandwidth across 4 channels of DDR.
8282
# For Low Latency variant this is not necessary since only one channel of global memory is used (host memory).
8383
set(NUM_REORDER "-Xsnum-reorder=6")

0 commit comments

Comments
 (0)