Re: Arria 10 Hello World
Hello,
Are there any updates on this. I get the same error when running outside of DevCloud. Any help would be appreciated. Thanks.
u205691@s001-n083:~/oneAPI-samples/DirectProgramming/C++SYCL/DenseLinearAlgebra/vector-add/build$ ./vector-add-buffers.fpga
Running on device: pac_a10 : Intel PAC Platform (pac_ee00000)
Vector size: 10000
An exception is caught for vector add.
terminate called after throwing an instance of 'sycl::_V1::runtime_error'
what(): Invalid device program image: size is zero -30 (PI_ERROR_INVALID_VALUE)
Aborted
Thanks for your reply. The problem turned out to be with the compilation step. I had been specifying -DFPGA_DEVICE=Arria10, but this is the correct way to do it -
cmake .. -DFPGA_DEVICE=/opt/intel/oneapi/intel_a10gx_pac:pac_a10
Thanks,
Mike