RenzCiego
New Contributor
8 months 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...
- 8 months 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