Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock-fpga
Commits
f9ff49a3
Commit
f9ff49a3
authored
Nov 15, 2018
by
Leonardo Solis
Browse files
#36, removed unused pipe
parent
918f2ad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_xl/device/Krnl_GA.cl
View file @
f9ff49a3
...
...
@@ -7,7 +7,6 @@
#
define
PIPE_DEPTH_16
16
#
define
PIPE_DEPTH_64
64
#
define
PIPE_DEPTH_512
512
//
Status
of
pipe
operation
//
Success:
0
...
...
@@ -61,7 +60,6 @@ pipe int chan_GA2PRNG_GG_float_off __attribute__((xcl_reqd_pipe_depth(PIPE_D
//
from
IGL_Arbiter
to
Conform
//
Resized
to
valid
SDAccel
depths:
16
,
32
,
...
pipe
char
chan_IGL2Conform_actmode
__attribute__
((
xcl_reqd_pipe_depth
(
PIPE_DEPTH_16
)))
; // active, mode
pipe
float
chan_IGL2Conform_genotype
__attribute__
((
xcl_reqd_pipe_depth
(
PIPE_DEPTH_512
)))
;
//
Turn-off
signal
to
IGL_Arbiter,
Conform,
InterE,
IntraE
//
Resized
to
valid
SDAccel
depths:
16
,
32
,
...
...
...
Leonardo Solis
@solis
mentioned in commit
8c9b5987
·
Jan 04, 2021
mentioned in commit
8c9b5987
mentioned in commit 8c9b5987e4c681118d4a43e9d68d304d1c0b055d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment