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 text was updated successfully, but these errors were encountered:
chenyuxyz
changed the title
error casting between dtypes.double and dtypes.half
error casting between dtypes.double and dtypes.half on CLANG
Apr 5, 2024
The new runners do not have gcc-13 installed, this is inline with Ubuntu 22.04 default gcc package versions (up to gcc-12). The old runner had gcc-13 installed and clang seemed to be able to use those library files and compile properly.
EDIT: Having libgcc-s1=13.1.0-8ubuntu1~22.04 makes the dynamic linking works properly but libgcc-s1=12.3.0-1ubuntu1~22.04 does not.
chenyuxyz
added a commit
to chenyuxyz/tinygrad
that referenced
this issue
Nov 6, 2024
probably target dependent,
__fp16
is for ARM only? but CI passes tooexample, with
CLANG=1
source
on mac m1 max
on tinybox, ubuntu 22.04
The text was updated successfully, but these errors were encountered: