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
The node was booted using the "nosmt" boot parameter, meaning HT cores were still here, but offline. If I remove this parameter, the code is running fine.
This example code gives different output whenever nosmt is on the cmdline or not:
Hello,
I tracked down a SIGFPE around line src/convolution-inference.c:526 here because input_channels_block_max was equal to 0:
The node was booted using the "nosmt" boot parameter, meaning HT cores were still here, but offline. If I remove this parameter, the code is running fine.
This example code gives different output whenever nosmt is on the cmdline or not:
With nosmt on the linux kernel cmdline:
Without nosmt:
lscpu without nosmt on the linux kernel cmdline:
lscpu with nosmt on the linux kernel cmdline:
The difference is are on the On-line/Off-line CPU(s) lists.
I hope it's enough information to understand the problem. I didn't look enough to see if it is at the nnpinfo or cpuinfo level, sorry.
Thank you !
The text was updated successfully, but these errors were encountered: