Skip to content
GitLab
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
ae6bc676
Commit
ae6bc676
authored
Nov 09, 2018
by
Leonardo Solis
Browse files
removed unnecessary clBuildProgram
parent
99431df9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_xl/host/src/performdocking.cpp
View file @
ae6bc676
...
...
@@ -1836,11 +1836,12 @@ bool init() {
std
::
string
binary_file
=
getBoardBinaryFile
(
"Krnl_GA"
,
device
);
printf
(
"Using XCLBIN: %s
\n
"
,
binary_file
.
c_str
());
program
=
createProgramFromBinary
(
context
,
binary_file
.
c_str
(),
&
device
,
1
);
/*
// Build the program that was just created.
status = clBuildProgram(program, 0, NULL, "", NULL, NULL);
checkError(status, "Failed to build program");
*/
// Commenting out single out-of-order command queue design for lga-sdx174.
// As a valid alternative, multiple in-order command queues are used
// to individualize kernels from their command queues
...
...
Leonardo Solis
@solis
mentioned in commit
f46e3f22
·
Jan 04, 2021
mentioned in commit
f46e3f22
mentioned in commit f46e3f22213dad05844832e64e510cc1afb654ab
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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