-
Notifications
You must be signed in to change notification settings - Fork 32
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
Recent commits broke Apple Metal (M1) GPU support #63
Comments
Full stack trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This utility seemed to work quite okay in the past. Really cool PoC and very handy utility to have around! Today however, after I did a
git pull
it started crashing when thegpu
feature is enabled with an error related to'NAMESPACE_QUALIFIER'\n#define NAMESPACE_QUALIFIER __generic // TODO: how to make __private on apple?
.I ran a
git bisect
to pinpoint it, and yes it seems like commit ed772eb broke it:The text was updated successfully, but these errors were encountered: