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

Github Action for nvc++ #1

Open
mrprajesh opened this issue Feb 20, 2024 · 0 comments
Open

Github Action for nvc++ #1

mrprajesh opened this issue Feb 20, 2024 · 0 comments

Comments

@mrprajesh
Copy link
Owner

Currently, on GitHub actions, we know to compile programs using nvcc but not nvc++. Our make file builds nvc++ for parMDS, which we need a badge later on.

parMDS/Makefile

Lines 3 to 4 in d927ac8

parMDS: parMDS.cpp
nvc++ -O3 -std=c++14 -acc=multicore parMDS.cpp -o parMDS.out && ./parMDS.out toy.vrp -nthreads 20 -round 1

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

1 participant