ContributionsMost RecentMost LikesSolutionsUninitialized stratix10 devcloud nodes Hi, I've been working with stratix10 nodes on devcloud, but out of the 3 online nodes (s001-n142, s001-n143, s001-n144) only 1 (s001-n142) has the FPGA initialized, which makes working hard when there's more demand. Could we get the other 2 initialized? SolvedCannot compile/run for CPU+FPGA (Targeting Multiple Platforms) Hi, I've been trying to compile/run on 2 devices (CPU and FPGA) as described in the "Targeting Multiple Platforms" section of the oneAPI programming guide (https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/programming-interface/fpga-flow/targeting-multiple-platforms.html). When targeting the emulator, it works correctly, but when targeting the FPGA, only the CPU kernel works correctly, but the FPGA one terminates: terminate called after throwing an instance of 'cl::sycl::runtime_error' what(): Native API failed. Native API returns: -42 (CL_INVALID_BINARY) -42 (CL_INVALID_BINARY) Aborted I've used the same commands as in the guide. Im compiling and running on the "s001-n142" node in devcloud, which has a stratix10. Im attaching the source code used. How can i get this to work? Thanks for your time. Solved