Eric Holk

Results 131 comments of Eric Holk

@fmease - I addressed your simpler comments, so I think this should be ready for another look.

@AleCandido - I'd say go for it if you want to. I find often people who have just learned something are in a really good position to explain that to...

I know this issue is over two years old, but it came up while I was trying to find Niko's new office hours, so I thought I post a link...

I just filled out the Cargo.toml file a little more. We haven't had a "release" in a while, so I think publishing to Cargo is a good idea.

I wonder if the correct thing to do is something like what Rust does for OpenGL: https://github.com/bjz/gl-rs Basically, we'd dynamically load whatever library happens to be available. In the short...

It may not hurt to build some simple ones into rust-opencl. If nothing else, they'd serve as examples of how to write and use kernels. For a while now, I've...

I wonder if Cargo has support for optional dependencies? Then we could decide at compile time which extensions we want to enable. > On Dec 26, 2014, at 5:56 PM,...

Correct, this only supports NVIDIA. At the time NVIDIA was the best option because we could use the LLVM backend to compile to PTX. Now that SPIR exists, it might...