oneAPI-samples icon indicating copy to clipboard operation
oneAPI-samples copied to clipboard

Shared memory allocation example (Tutorials/Gettingstarted/fpga_compile/part2_dpcpp_functor_usm) not working on Intel N6001 board

Open umairsiddiqui-digitek opened this issue 2 years ago • 1 comments

does Shared memory allocation work on Intel N6001 board? i am able to run board_test https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/ReferenceDesigns/board_test

which has USM memory test. But I am not able to run

  • Tutorials/Gettingstarted/fpga_compile/part2_dpcpp_functor_usm

https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part2_dpcpp_functor_usm

  • Tutorials/GettingStarted/fpga_compile/part3_dpcpp_lambda_usm

https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part3_dpcpp_lambda_usm

code seems to get stuck when executing

https://github.com/oneapi-src/oneAPI-samples/blob/d9ea61ab122ab030fbd74362bf9cd68766556117/DirectProgramming/C%2B%2BSYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part2_dpcpp_functor_usm/src/vector_add.cpp#L69

and

https://github.com/oneapi-src/oneAPI-samples/blob/d9ea61ab122ab030fbd74362bf9cd68766556117/DirectProgramming/C%2B%2BSYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part3_dpcpp_lambda_usm/src/vector_add.cpp#L63

umairsiddiqui-digitek avatar Feb 14 '24 11:02 umairsiddiqui-digitek

Hi, This is a duplicate of https://github.com/OFS/oneapi-asp/issues/140 issue, please track the updates in the OFS oneapi-asp repo. Thanks

mfmendoz-Intel avatar Apr 25 '24 00:04 mfmendoz-Intel