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

setting up cloud circleci to build cuda project #2302

Closed
Data-drone opened this issue May 2, 2018 · 5 comments
Closed

setting up cloud circleci to build cuda project #2302

Data-drone opened this issue May 2, 2018 · 5 comments
Assignees

Comments

@Data-drone
Copy link

There doesn't seem to be any docs on how to specify a gpu machine for building cuda or can I just go:

version: 2
jobs: 
  build:
    machine:
       image: nvidia/cuda:8.0-devel
    steps:

       - checkout

    ...

Thanks

@smart-alek smart-alek self-assigned this May 2, 2018
@smart-alek
Copy link
Contributor

Hey @Data-drone! Thanks for filing an issue.

Were you unable to get a cude project going, or were you just wondering if there was documentation specific to cuda projects?

@michelle-luna
Copy link
Contributor

Hi @Data-drone,
We don't have GPU machines in our hosted fleet, but it is possible to use the installable version of CircleCI with your own GPU machines as builders. See the https://circleci.com/docs/2.0/single-box/ doc for the trial installation info and https://circleci.com/docs/2.0/gpu/.

@crearo
Copy link

crearo commented Sep 5, 2019

Ah. I spent 2 days setting up circleci for a c++ project where i was later going to add cuda. :|

@michelle-luna
Copy link
Contributor

Hi, Actually, we do offer GPU (1, 2, and 4GPU) machines in cloud now! You can request access to them through our support team.

@crearo
Copy link

crearo commented Sep 5, 2019

Oh! That's perfect. Thanks a lot!

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

4 participants