File tree 2 files changed +4
-4
lines changed
DirectProgramming/C++SYCL_FPGA/ReferenceDesigns
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ elseif(DEVICE_FLAG MATCHES "S10")
74
74
# S10 parameters
75
75
set (NUM_ENGINES 2)
76
76
if (DEFINED LOW_LATENCY)
77
- set (SEED "-Xsseed=16 " )
77
+ set (SEED "-Xsseed=2 " )
78
78
set (NUM_REORDER "" )
79
79
else ()
80
- set (SEED "-Xsseed=1 " )
80
+ set (SEED "-Xsseed=10 " )
81
81
# For the High Bandwidth variant, specify 6 reordering units to improve global memory read bandwidth across 4 channels of DDR.
82
82
# For Low Latency variant this is not necessary since only one channel of global memory is used (host memory).
83
83
set (NUM_REORDER "-Xsnum-reorder=6" )
Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ if(DEVICE_FLAG MATCHES "A10")
64
64
set (COMPLEX 1)
65
65
set (FIXED_ITERATIONS 64)
66
66
set (CLOCK_TARGET "-Xsclock=360MHz" )
67
- set (SEED "-Xsseed=7 " )
67
+ set (SEED "-Xsseed=1 " )
68
68
elseif (DEVICE_FLAG MATCHES "S10" )
69
69
# S10 parameters
70
70
set (ROWS_COMPONENT 256)
71
71
set (COLS_COMPONENT 256)
72
72
set (COMPLEX 1)
73
73
set (FIXED_ITERATIONS 110)
74
74
set (CLOCK_TARGET "-Xsclock=480MHz" )
75
- set (SEED "-Xsseed=2 " )
75
+ set (SEED "-Xsseed=3 " )
76
76
elseif (DEVICE_FLAG MATCHES "Agilex" )
77
77
# Agilex™ parameters
78
78
set (ROWS_COMPONENT 256)
You can’t perform that action at this time.
0 commit comments