Forum Discussion
RenzCiego
New Contributor
1 year agoHost PC crashing after sometime of running oneAPI
Hello everyone, For some context, I am converting a CNN model using hls4ml and oneAPI as its backend, and my FPGA is De1-SoC. When building using oneAPI after an hour, my host PC will freeze an...
- 1 year ago
Hello @RenzCiego,
Based on the log message saying "Killed", and the fact that there are no error messages or a crash shown in the logs, the first thing I would check is whether the system killed the process. For example, if the process is using too much memory: https://stackoverflow.com/questions/726690/what-killed-my-process-and-why
I hope this helps,
Jessica
RenzCiego
New Contributor
1 year agoHi @BoonBengT_Altera and @Jessica_Intel ,
Good Day!
I opted for Intel HLS compiler, and successfully synthesized the neural network into the FPGA. Indeed it was the shortage of my system memory that kills the oneAPI compiler.
Thank you so much for the help!
Best,
Renz Ciego