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

amx-int8 feature flag casuing build to fail compilation #32

Open
ThixotropicFluid opened this issue Oct 12, 2024 · 2 comments
Open

amx-int8 feature flag casuing build to fail compilation #32

ThixotropicFluid opened this issue Oct 12, 2024 · 2 comments

Comments

@ThixotropicFluid
Copy link

I recently was attempting to get the engine running however I would get and error while comping:

C:\Program Files\LLVM\lib\clang\19\include\amxintrin.h:328:15: error: always_inline function '_tile_loadd_internal' requires target feature 'amx-int8', but would be inlined into function '__tile_loadd' that is 
compiled without support for 'amx-int8'
  328 |   dst->tile = _tile_loadd_internal(dst->row, dst->col, base, stride);
      |               ^

I found the solution was to induce the -mamx-int8 flag into build.bat, build_release.bat, and build.sh.

I assume this might be something to do with my specific computer spec, since this hasn't already been fixed.
My computer specs are
11th Gen Inter i7-1165G7
Intel Integrated Graphics

Is this something that I can make a pull request for? I'm new to contributing source code and wanted to post it as an issue first.

@AlexNecakov
Copy link
Contributor

i'm still seeing this compiler error on master commit 9bb5c16. introducing the -mamx-int8 does seem to fix it for me too.

@WilliamG99
Copy link

Thanks, was able to get mine running again

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

3 participants