-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POOL_LBUF_DEPTH for Xilinx Device #123
Comments
I have replaced the POOL_LBUF_DEPTH with POOL_MAX_SIZE and generated the conv.xclbin successfully. While I meet the following error when executing ./run.exe conv.xclbin , ERROR: Invalid scalar argument size, expected 4 got 1 ERROR: CL_INVALID_ARG_SIZE I am using the Xilinx Alevo U200 and SDAccel 2018.2 Any suggestion on this error? |
I want to know how you build it successfully?Because I build it failed,and the error is Unknown extension 'cl_intel_channels' - ignoring [-Wignored -pragmas];Unknown type name 'channel' .Then xilinx workers tells me that isn't a xilinx program,so the error occurs!Can you tell me how did you do? |
@WenyeLiu and @cococener I was wondering if you could build it successfully for Xilinx device. I have been trying for quite some time to build it for U200 and no success yet. |
Hi, I am trying to build PipeCNN on Xilinx Device. However, the parameter POOL_LBUF_DEPTH required by conv_pipe_xilinx.cl has not defined in hw_param.cl. Any suggestion value for this parameter?
The text was updated successfully, but these errors were encountered: