Activity
From 03/20/2020 to 04/18/2020
03/25/2020
- EH 12:47 AM Support: RE: Intel OpenVINO with the VDK
- Thanks Mike,
That confirms what I've been thinking about it also, so that is the approach I'll take -- merge the two projects into a VDK BSP.
Thanks, and please stay safe out there in NYC..
- MW 12:12 AM Support: RE: Intel OpenVINO with the VDK
- The FPGA code for the VDK is on github here:
https://github.com/CriticalLink/mitysom5csx-dart-evdk/tree/master/fpga
You want the vdk_single if you are using just one camera interface.
The board_spec.xml is part of an OpenCL BSP,... - EH 12:00 AM Support: RE: Intel OpenVINO with the VDK
- I was looking for the one that is for the current VDK, so it would just have the ARM code.
I do have the code from the VDK files on the wiki. There isn't a 'BSP' there, but there are several versions of the FPGA code.
I guess I was loo...
03/24/2020
- MW 11:54 PM Support: RE: Intel OpenVINO with the VDK
- Hi Ed,
If you are looking for an FPGA project / BSP with VDK + OpenCL architected, I don't have one handy. I only have the reference FPGA project that works with the example ARM programs.
If you need that FPGA project, it should b... - EH 11:25 PM Support: RE: Intel OpenVINO with the VDK
- Mike -- I have several examples of Cyclone V BSP's that incorporate an OpenCL kernel. It would be *VERY* helpful to have a starting "BSP" for the VDK, because then I can use the other examples as a reference and add the OpenCL kernel int...
- EH 03:04 PM Support: RE: Intel OpenVINO with the VDK
- Hey Mike, i've been reading manuals for the past few days, and learned quite a lot.
I see now how the BSP and Kernel fit together -- the BSP can contain a partition where the OpenCL Kernel is inserted.
The BSP can contain all of the co...