We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
readmeta
mlx.metallib
Calling readmeta on mlx.metallib from https://files.pythonhosted.org/packages/93/07/57feaad207d1ce0d690d255cda0c35b9246911cc24f2f3c0634000ed658f/mlx-0.20.0-cp313-cp313-macosx_13_0_arm64.whl does not return a FatMachOHandle as expected in runtests.jl#L184, but instead returns:
FatMachOHandle
readmeta(open(joinpath(pwd(), "test", "macmetal", "mlx.metallib"))) 1-element Vector{MachOHandle{IOStream}}: MachO Handle (32-bit)
I know #38 only added rudimentary support for handling metallib's - mostly just reporting this to keep track of the issue.
metallib
The text was updated successfully, but these errors were encountered:
CC: @maleadt
Sorry, something went wrong.
No branches or pull requests
Calling
readmeta
onmlx.metallib
from https://files.pythonhosted.org/packages/93/07/57feaad207d1ce0d690d255cda0c35b9246911cc24f2f3c0634000ed658f/mlx-0.20.0-cp313-cp313-macosx_13_0_arm64.whl does not return aFatMachOHandle
as expected in runtests.jl#L184, but instead returns:I know #38 only added rudimentary support for handling
metallib
's - mostly just reporting this to keep track of the issue.The text was updated successfully, but these errors were encountered: