You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.".
The text was updated successfully, but these errors were encountered:
roberto0013
changed the title
The system cannot fond the file specified
The system cannot find the file specified
Mar 26, 2021
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.
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.".
The text was updated successfully, but these errors were encountered: