You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you confirm that the AMD/Xilinx FPGA devices support fully "online" OpenCL C kernel compile, in the OpenCL device drivers,
without requiring any external compile outside of OpenCL host application?
Most documentation points to all kernel compile requiring external "off-line" compilation.
AMD CPUs and GPUs support fully online kernel compile and deploy, without any external kernel compile process.
Most optimally this would be the case for FPGAs too, with no changes to the CPU/GPU OpenCL runtime application.
Can you provide a clear "online" only deployment process (optimally only the FPGA OpenCL runtime driver install)?
OpenGL with OpenCL Interop would be preferable operating mode.
The text was updated successfully, but these errors were encountered:
Can you confirm that the AMD/Xilinx FPGA devices support fully "online" OpenCL C kernel compile, in the OpenCL device drivers,
without requiring any external compile outside of OpenCL host application?
Most documentation points to all kernel compile requiring external "off-line" compilation.
AMD CPUs and GPUs support fully online kernel compile and deploy, without any external kernel compile process.
Most optimally this would be the case for FPGAs too, with no changes to the CPU/GPU OpenCL runtime application.
Can you provide a clear "online" only deployment process (optimally only the FPGA OpenCL runtime driver install)?
OpenGL with OpenCL Interop would be preferable operating mode.
The text was updated successfully, but these errors were encountered: