'jit_stencils.h' file not found when enable experimental jit

Hi,

I try to enable the experimental-jit but i got a fatal error.

Python/jit.c:559:10: fatal error:
‘jit_stencils.h’ file not found
559 | #include “jit_stencils.h”
| ^~~~~~~~~~~~~~~~
1 error generated.

the jit_stencil.h was not found. Anybody have any information about jit_stencils.h ?

You need check your configuration at first, are there some build errors when you configure and build python with --enable-experimental-jit ?

@cocolato Just close the issue on Github fatal error: ‘jit_stencils.h’ file not found · Issue #148027 · python/cpython · GitHub anyhow thanks.