-
Notifications
You must be signed in to change notification settings - Fork 242
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
Add read_events and write_events to Array #616
base: main
Are you sure you want to change the base?
Conversation
372671e
to
d05756d
Compare
@inducer This should be in a non-horrible state now. Can you take a quick look to see if it's doing what you had in mind? From going through it, it seems like several things still need work
|
456b628
to
e2819b6
Compare
Does.
The way I see it, it wouldn't have to wait on |
In that example, |
|
7bb4980
to
d261472
Compare
@inducer This should be ready for a look. It could probably use some more tests, but I'm not quite sure what we can do there. Any ideas? |
27f78a4
to
4f5a2fe
Compare
@inducer This is the macos error I was worried about |
ee1c06b
to
0715f2b
Compare
48f6c7c
to
ec99ea6
Compare
b8f1f75
to
92c83ee
Compare
5db9f25
to
a8e1ae3
Compare
Takes care of the first point from #303.
read_events
andwrite_events
toArray
.cl.array
to use those and not wait on read events when they don't need to.cl.clmath
to play nice as wellevents -> write_events
. This still needs work.TODO: