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

windows 10 VS 2019 ,New Project on gec setup #5

Open
mamumi opened this issue Mar 11, 2024 · 4 comments
Open

windows 10 VS 2019 ,New Project on gec setup #5

mamumi opened this issue Mar 11, 2024 · 4 comments

Comments

@mamumi
Copy link

mamumi commented Mar 11, 2024

I am currently using windows 10.
Microsoft Visual Studio Community 2019 Version 16.11.22

I wanted to create a clean "gec project". It asked me to install Catch2 and Cmake. but I could not create a project correctly. I wanted to create a main.cpp project by simply taking the "gec" folder inside the "include" folder and use the gpu, but the IDE gave a lot of errors. Cuda toolkit Cmake Catch is defined but how can I activate this library with an empty project in Cpp.

@loganercanbrack
Copy link

check previous threads

@loganercanbrack
Copy link

git clone https://github.com/catchorg/Catch2.git
cd Catch2
git checkout v2.13.7

@loganercanbrack
Copy link

cmake i am not sure on when it comes to windows

@mamumi
Copy link
Author

mamumi commented Aug 1, 2024

Hello thank you.
I ran the project in windows with cmake and when I get the build, unit_test gets the build as x64 without error.
However, I could not even write a "Hello World!" for the current project to work with the gpu, it gave an error immediately.
I want to open a new blank document and do an elliptic curve operation in a loop on the gpu
for example I want to do a scalar operation starting from 18446744073709551981 x G up to 18446744078004519277 x G. because of these errors I am trying to install linux operating system.
if you have any suggestions I will gladly try again thank you

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