Forum Discussion
MEghb
New Contributor
4 years agoUsing OpenCL vector type with channels: Assert failure in MemoryAccessAnalysis.cpp(219)
Hi, I'm using Intel OpenCL to FPGA SDK version 19.4 and Quartus Pro version 19.2.0b57 on Arria 10 (PAC_A10) device. In one of the applications, I am working on an application that includes vector...
HRZ
Frequent Contributor
4 years agoThat is an internal compiler crash; there is no direct way to debug and resolve such crashes by the user (only Intel engineers can do so). My recommendation is to start removing parts from your code line-by-line until the crash doesn't happen anymore and when you detect the part that causes the crash, try to refactor it to work around the crash.