rapidsai / rapidsai/devcontainers

CUDAARCHS should be NATIVE when building locally

Open
#254 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
28
Forks
47
Avg merge
2d 41m
Merged PRs (30d)
15

Description

I'm doing a devcontainer build without GitHub auth. In ~coder/.bashrc SCCACHE_BUCKET and SCCACE_REGION are unset, but CUDAARCHS is left set as "RAPIDS" causing my build to target all architectures. I think CUDAARCHS should either be unset or set to "NATIVE" in this case.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading ~coder/.bashrc and checking how CUDAARCHS is assigned when SCCACHE_BUCKET and SCCACE_REGION are unset. Reproduce the devcontainer build without GitHub authentication and confirm that the local build no longer targets all architectures. Done means CUDAARCHS is unset or set to NATIVE in that case.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.