Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Metal fixes #204
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
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Metal fixes #204
Changes from all commits
85fa80bfffbba5eec28317f753ebFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIUC, the
gpuandmetalare mutually exclusive? Given that, should it really be inallas well?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, for cuslines, they are not mutually exclusive. Neither is currently in
all, but I don't think they need to be?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, you can install
cuslines[cu13, metal]? OTOH, as the name implies, maybe they both need to be inall? 😄There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you can! GPUstreamlines would still work; it is designed to have multiple backends possible, for example, numba, cuda, and webgpu can all be installed at the same time, and then the user selects which one to use. Practically, I am not sure when you would for this specific combo (a mac with an nvidia gpu?). But I am wondering, maybe
allshould just include everything that isn't hardware-specific? I am going back and forth on this. I generally think ofallas referring to all features, not all hardware, and if we add gpu and metal to it, it will, in most cases, just increase the size of the install unnecessarily. On the other hand, increased install size is not that big of a problem.Uh oh!
There was an error while loading. Please reload this page.