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

The system cannot find the file specified #19

Open
roberto0013 opened this issue Mar 26, 2021 · 2 comments
Open

The system cannot find the file specified #19

roberto0013 opened this issue Mar 26, 2021 · 2 comments

Comments

@roberto0013
Copy link

Hello!
First of all I want to say great work, very thorough. If you ever get an explanaition to why the eigen value "division" is implemented in the way described in the report, I am interested to know the reasoning.

But now to my question. I have never worked with either C# or CUDA, so perhaps this is a beginners mistake. I have installed CUDA 10.2 and if I open the project in VS2019 and try to build, I get 2 succesful and one skipped is that the way it should be? If I try to run it after I've built the solution, I get an error message that says "Unable to start program ...\PEFStudioDX\Kernels the system cannot find the file specified.".

@roberto0013 roberto0013 changed the title The system cannot fond the file specified The system cannot find the file specified Mar 26, 2021
@kunzmi
Copy link
Owner

kunzmi commented Mar 26, 2021

Hi,

I'm just guessing but it seems that CUDA did not properly install the VS2019 integration why the project with the kernels cannot load (the project "Kernels" in the solution explorer should be greyed out then). This is not a big issue as I checked in all kernels ready compiled as PTX in the repository, so no direct need to recompile them.
The second error sounds like that you try to start the Kernels project as "main application" which of course doesn't succeed. Try to set the project "PEFStudioDX" as start project, then VS2019 will run the actual application.

Hope that helps,
Michael

@roberto0013
Copy link
Author

Thanks for the quick answer, it worked when I changed start project to PEFStudioDX.

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

No branches or pull requests

2 participants