Skip to content

[OpenMP] LIBOMPTARGET_DEVICE_ARCHITECTURES requires semicolons #107454

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

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

jdenny-ornl
Copy link
Collaborator

If I use commas to delimit architectures in LIBOMPTARGET_DEVICE_ARCHITECTURES, cmake for the runtimes complains:

Unknown GPU architecture 'sm_70,sm_80,sm_90'

Semicolons are required instead.

If I use commas to delimit architectures in
`LIBOMPTARGET_DEVICE_ARCHITECTURES`, cmake for the runtimes complains:

```
Unknown GPU architecture 'sm_70,sm_80,sm_90'
```

Semicolons are required instead.
@llvmbot llvmbot added openmp:libomp OpenMP host runtime openmp:libomptarget OpenMP offload runtime labels Sep 5, 2024
@jhuber6 jhuber6 merged commit 54b1055 into llvm:main Sep 5, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openmp:libomp OpenMP host runtime openmp:libomptarget OpenMP offload runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants