Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portability fixes #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

ncoder
Copy link

@ncoder ncoder commented Jun 18, 2017

I've made a few additions, and managed to the the CPU TESTS to run and pass under Visual Studio 2015.
Some fixes were due to C++ standard changes, some are just to use __declspec(dllexport), else the .lib file is not generated.

To build, I had to disable GPU support as cuRAND didn't seem to be available with the Cuda SDK 8.0. I did not have the same error using Cuda SDK 6.5, but that one doesn't have support for Visual Studio 2015. That's probably a simple fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant