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
This is basically the Intel variant of #1602 (with the exception of parallel_for not being broken). For FPGAs we should add a single_task kernel and make use of Intel's SYCL extensions where possible. Intel provides special load/store extensions; maybe we can use these after we have found a solution to #38 and #1312.
The text was updated successfully, but these errors were encountered:
This is basically the Intel variant of #1602 (with the exception of
parallel_for
not being broken). For FPGAs we should add asingle_task
kernel and make use of Intel's SYCL extensions where possible. Intel provides special load/store extensions; maybe we can use these after we have found a solution to #38 and #1312.The text was updated successfully, but these errors were encountered: