Mark Harris
Mark Harris
Spack examples welcome too!
I tried to build one of the examples and it failed because it couldn't find CPM. In my projects I add the following so that CPM doesn't need to be...
Yes. My request was to provide an example in the docs of using Hemi via CPM, not to make all Hemi examples depend on CPM being installed. Since Hemi is...
I don't think the examples should re-download hemi. Currently the Blackscholes example in this PR fails with the below. Why would the examples download and install hemi, if they are...
> Why would the examples download and install hemi, if they are part of hemi? I still have this question.
Perhaps submit it as a pull request?
I agree. I would like to look at this in the future if somebody doesn't get to it before me.
I don't see why not, however, you may have trouble using `decltype` on them. See the restrictions in the programming guide: http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#lambda-expressions
Sorry, this one is complex and I haven't had enough time to spend on it yet. The pull request really should include some tests, too. On Tue, Jan 19, 2016...
Please make some changes. 1. Indents should be 2 spaces, not tabs, as in hemi.h 2. { and } get their own lines 3. Use .cpp extension for C++ source...