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

[Build] Add CUDA build option for newer architecture #2602

Open
1tnguyen opened this issue Feb 10, 2025 · 0 comments
Open

[Build] Add CUDA build option for newer architecture #2602

1tnguyen opened this issue Feb 10, 2025 · 0 comments
Labels
build The issue related to the CUDA Quantum build

Comments

@1tnguyen
Copy link
Collaborator

Currently, we only add nvcc's gencode build options up to Hopper (SM90)

cuda-quantum/CMakeLists.txt

Lines 521 to 523 in 20e5869

if (NOT CUDA_TARGET_ARCHS)
# Volta, Ampere, Hopper
set(CUDA_TARGET_ARCHS "70;80;90")

We need to add support for later architecture, e.g., SM100.

Note: This only affects the nvqir-custatevec-kernels shared lib (CUDA code).

@schweitzpgi schweitzpgi added the build The issue related to the CUDA Quantum build label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The issue related to the CUDA Quantum build
Projects
None yet
Development

No branches or pull requests

2 participants