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
If you compile this OpenCL program with the Intel(R) FPGA Emulation Device and call the entry kernel the program will segfault. It appears that the autorun annotation is mishandled. If you add while (1) { } to the body of mono or if you remove the autorun annotation the segfault disappears. Tested with the 2024.18.7.0.11_160000 version of the driver.
The text was updated successfully, but these errors were encountered:
MWE:
If you compile this OpenCL program with the Intel(R) FPGA Emulation Device and call the
entry
kernel the program will segfault. It appears that the autorun annotation is mishandled. If you addwhile (1) { }
to the body ofmono
or if you remove the autorun annotation the segfault disappears. Tested with the 2024.18.7.0.11_160000 version of the driver.The text was updated successfully, but these errors were encountered: