Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault (core dumped) #109

Open
RiRi114 opened this issue Oct 27, 2023 · 1 comment
Open

Segmentation fault (core dumped) #109

RiRi114 opened this issue Oct 27, 2023 · 1 comment

Comments

@RiRi114
Copy link

RiRi114 commented Oct 27, 2023

When I run the MobileNet benchmark,i get a error:

The command is:
$ cd <path to build>/bin && ./mobilenet-benchmark

The output is:

2023-10-27T07:57:01+00:00
Running ./mobilenet-benchmark
Run on (112 X 4000 MHz CPU s)
CPU Caches:
  L1 Data 32 KiB (x56)
  L1 Instruction 32 KiB (x56)
  L2 Unified 1024 KiB (x56)
  L3 Unified 39424 KiB (x2)
Load Average: 10.59, 9.15, 12.56
***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead.
Segmentation fault (core dumped)

The error is:
Segmentation fault (core dumped)

@effrey-liu
Copy link

Maybe it's because of avx512f architecture, which is default target architecture. But after Intel 12th gen CPU, it disabled avx512f ISA. You can change it to avx2 ISA. you can check AVX ISA Compatibility issue #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants