Eric Proffitt
Eric Proffitt
Docstrings are treated as regular strings if they are indented, Is there a way to fix this?
I would like to form a linear matrix combination of the form x1A1 + ... + xnAn, by doing: dot([A1, ..., An], Variable(n)) However when I try to do this...
Can someone show me an example of how to create a sub-buffer of an existing buffer, for the purposes of reading only a portion of my buffer back into host...
Consider the code: ``` using OpenCL device, context, queue = OpenCL.create_compute_context() a = rand(Float32, 125356789) abuf = OpenCL.Buffer(Float32, context, (:r, :copy), hostbuf=a) b = OpenCL.read(queue, abuf) isapprox(a, b) ``` You...
Register
@JuliaRegistrator register()