Forum Discussion
MN_
New Contributor
7 years agoCan I read and write buffers simultaneously with OpenCL.
Hello, I am using the FPGA board de5net from Terasic with a Stratix V FPGA. It is connected the to host via PCIe. To obtain a hight throughput I want to read an write buffers simultaneously but unf...
MuhammadAr_U_Intel
Contributor
7 years agoHi @MN.
I am looking at this thread now, may I know what version of compiler you are using ?
Also I understand you are looking at the execution by analyzing OpenCL profiler result, is this correct ?
Thanks,
Arslan
MN_
New Contributor
7 years agoHello,
I'm using
Intel(R) FPGA SDK for OpenCL(TM), 64-Bit Offline Compiler
Version 18.1.0 Build 625 Standard Edition
Copyright (C) 2018 Intel Corporation
and
g++ (GCC) 5.4.0
on CentOS 6.10.
Yes I'm using the OpenCL profiler, to analyze the result.
Thanks MN