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...