commit | 801b333afb103a71ccb7acf0bc9975af610c8f5b | [log] [tgz] |
---|---|---|
author | Joel E. Denny <jdenny.ornl@gmail.com> | Thu Sep 05 15:51:00 2024 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 05 12:55:43 2024 -0700 |
tree | a543b7bca4a94e907db4de8870b82643ebcf98c1 | |
parent | b79629062580beec871f7020a740982a0de681ea [diff] |
[OpenMP] LIBOMPTARGET_DEVICE_ARCHITECTURES requires semicolons (#107454) 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. GitOrigin-RevId: 54b10555c32e9677ce15c408296f92b35cd3d29c