-
Notifications
You must be signed in to change notification settings - Fork 38
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
only replace NTuple{3, T} and empty #146
Conversation
After finding out that Julia includes padding in structs and that you can actually align fields in OpenCL, |
This seems to make inference hang on 0.5 - I played around with it a bit and couldn't get it not to hang without a major effort. Is it time to drop 0.5? |
My 2 cents - drop 0.5 support. Julia 0.7/1.0 seems to be coming very soon anyway, so you'll just end up needing to either support 3 major versions at once, or drop the oldest (0.5). And I truly hope that people who use GPUs are using 0.6 or greater to get those performance improvements. |
Yeah, at this point it would be kinda self destructive for anyone to stick with 0.5 ;) |
aaaaalright, intel has |
Might as well be a bug: https://software.intel.com/en-us/forums/opencl/topic/280668 |
lol, turns out the keyword is officially |
Okay, since this is blocking a release of CLArrays, I decided to move this new bug out of this pr into #148, so that we can merge this. Hope this is fine with everyone! |
Ah damn, I wanted to squash! |
No description provided.