-
Notifications
You must be signed in to change notification settings - Fork 78
Opencl allocation #938
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?
Opencl allocation #938
Conversation
|
Thanks! Could you look at the test failures? The typo and the type errors will get addressed via #937 before this lands, so feel free to ignore those for now, unless they seem related to your code. Edit: you can also ignore the doctest mismatches (in |
|
#937 has landed, and CI on the main branch now passes cleanly. It might be worth updating this to see how things go. |
inducer
left a comment
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.
Thanks! Here's some feedback from a first look.
Co-authored-by: Andreas Klöckner <inform@tiker.net>
Co-authored-by: Andreas Klöckner <inform@tiker.net>
3a86afd to
b24fe99
Compare
| return frozenset(result) | ||
|
|
||
|
|
||
| def _get_temporaries_accessed_in_schedule( |
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.
Can this handle RunInstruction outermost?
|
|
||
|
|
||
| @memoize_on_first_arg | ||
| def get_sched_index_to_first_and_last_used( |
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.
Rather than "implicitly" attaching allocations to schedule items, maybe realize them explicitly as a new kind of schedule item?
No description provided.