Forum Discussion

Wei-Chih's avatar
Wei-Chih
Icon for Occasional Contributor rankOccasional Contributor
3 years ago

How to obtain the valuse of get_local_id(0), get_group(0) and get_local_range(0) in single_task

Hi support team I am modifying the code for running FPGA hardware on oneapi devcloud. The original sample code is for GPU/CPU which uses parallel_for lambda function for kernel, but for FPGA optim...