Caleb Winston

Results 63 comments of Caleb Winston

CUDA could potentially get support at some point. However, rather than creating multiple targets to support compiling Emu code to, I would prefer to compile Emu to some sort of...

GPUfs is [implemented for CUDA](https://www.cs.utexas.edu/users/witchel/pubs/silberstein13asplos-gpufs.pdf). I could look into it but until OpenCL supports it, I probably won't either. Also, there are many algorithms that can't even be implemented at...

Yes. Multiple people have suggested to me letting the user use an iterator. But I can't produce OpenCL code without seeing the code inside the body of the for loop....

These are good ideas. This is actually kind of along the lines of some of the stuff I have been thinking about recently. And no, please don't stop - I...

Not related to your question @timClicks but the approach I ultimately went with for v0.3.0 is similar to what @nestordemeure described. I don't try to determine the length of the...

Please do! I have a 3:1 code-to-comment ratio according to `loc` and I would be happy to further explain the architecture. Also, this ["table of contents"](https://github.com/calebwin/emu/blob/master/emu_macro/src/lib.rs#L18) may be helpful..

The tests work fine for me on my Ubuntu VMware VM running on Windows 10 Intel i7 so.. maybe it's an issue with your setup? Emu uses OpenCL behind the...

That's really strange. What I would try next is seeing if OpenCL works by trying to run one of the examples in https://github.com/cogciprocate/ocl. If that doesn't work, then the problem...

Sounds interesting - I get how `faster_than_walk` and `faster_than_csv` expose specific functions to use in Python; I'm not sure I see how or what Pipelines would expose to a Python...

Huh, I'm not sure - do you know if that allows variable-sized data? The documentation doesn't seem to say..