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
umairsiddiqui-digitek
changed the title
does Shared memory allocation work on Intel N6001 board
Shared memory allocation example (Tutorials/Gettingstarted/fpga_compile/part2_dpcpp_functor_usm) not working on Intel N6001 board
Apr 2, 2024
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
https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/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/part3_dpcpp_lambda_usm
code seems to get stuck when executing
oneAPI-samples/DirectProgramming/C++SYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part2_dpcpp_functor_usm/src/vector_add.cpp
Line 69 in d9ea61a
and
oneAPI-samples/DirectProgramming/C++SYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part3_dpcpp_lambda_usm/src/vector_add.cpp
Line 63 in d9ea61a
The text was updated successfully, but these errors were encountered: