cair / tmu

Implements the Tsetlin Machine, Coalesced Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features, drop clause, Type III Feedback, focused negative sampling, multi-task classifier, autoencoder, literal budget, and one-vs-one multi-class classifier. TMU is written in Python with wrappers for C and CUDA-based clause evaluation and updating.
https://pypi.org/project/tmu/
MIT License
129 stars 14 forks source link

Compilation error on Mac #52

Closed olegranmo closed 1 year ago

olegranmo commented 1 year ago
  In file included from tmu/tmulib.c:2194:
  /Library/Developer/CommandLineTools/usr/lib/clang/14.0.3/include/immintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
  #error "This header is only meant to be used on x86 and x64 architecture"
perara commented 1 year ago

Will take a look!

fre. 13. okt. 2023, 20:41 skrev Ole-Christoffer Granmo < @.***>:

In file included from tmu/tmulib.c:2194: /Library/Developer/CommandLineTools/usr/lib/clang/14.0.3/include/immintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"

error "This header is only meant to be used on x86 and x64 architecture"

— Reply to this email directly, view it on GitHub https://github.com/cair/tmu/issues/52, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4ZS7ROLL6DPYDWZJ52LM3X7GDMDAVCNFSM6AAAAAA57RE2L6VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DENBWGAYTGNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

perara commented 1 year ago

Should be fixed in latest version :)

olegranmo commented 1 year ago

Super! :-)