[all-commits] [llvm/llvm-project] f8563a: [libc] Add `LIBC_GPU_TEST_ARCHITECTURE` option to ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Feb 6 09:02:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8563a2545416df90e41b4345ccb81f9ca9b7835
https://github.com/llvm/llvm-project/commit/f8563a2545416df90e41b4345ccb81f9ca9b7835
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
M libc/cmake/modules/prepare_libc_gpu_build.cmake
Log Message:
-----------
[libc] Add `LIBC_GPU_TEST_ARCHITECTURE` option to set architecture
Currently, the plan is to support testing on a single GPU architecture.
We query the supported architectures from the user's system. However,
there are times when the user would want to override this. This patch
adds the `LIBC_GPU_TEST_ARCHITECTURE` option, which allows users to
specify which GPU architecture to build for.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D143400
More information about the All-commits
mailing list