Jake Bolewski
Jake Bolewski
### object identity and equality - [x] copy - [x] deepcopy (aliases) - [ ] hash (works but through the `AbstractArray` fallback) - [x] identity - [x] isbits - [...
Check that a minimum of 4 bytes is allocated for device buffers. See https://github.com/inducer/compyte/blob/master/ndarray/pygpu_language_opencl.cpp#L109-L129
Now that we have a shiny new documentation system.
We should have better integration with Julia's underlying event / task system.
Throw an error when trying to access v1.2 functions with platforms that don't support them.
Modules by convention always start with an uppercase in Julia, so this has always felt out of place. This would be a breaking change so maybe it is not worth...
Show the platform build log on kernel build failure. The error messages right now are kind of sparse.
local work size cannot be declared a scalar value like global work size.
instead of directly passing the pointer, create convert functions which ccall uses to do automatic conversion.
Currently valid file URI's are assumed to have the form `file:///path/to/resource` with form `//` following the scheme `file:`. This `//` signifies a `localhost` hostname, but it is optional given the...