summaryrefslogtreecommitdiff
path: root/libc/cmake/modules/prepare_libc_gpu_build.cmake
Commit message (Expand)AuthorAgeFilesLines
* [libc] Suppress error message from the arch tools if they failJoseph Huber2023-04-241-1/+1
* [libc] Remove duplicate architecture from the detected listJoseph Huber2023-04-141-0/+1
* [libc] Only add extra runtime dependencies if the target existsJoseph Huber2023-04-051-1/+0
* [libc] Search for the CUDA patch explicitly when testingJoseph Huber2023-04-051-0/+8
* [libc][NFC] Adjust some CMake messages for the GPU buildJoseph Huber2023-03-311-1/+1
* [libc] Support setting 'native' GPU architecture for libcJoseph Huber2023-03-281-69/+58
* [libc] Simplify enabling the GPU build for libcJoseph Huber2023-03-271-2/+3
* [libc][NFC] Fix misspelled variable name in cmake messageJoseph Huber2023-03-231-1/+1
* [libc] Fix LIBC_GPU_ARCHITECTURES not being usedJoseph Huber2023-02-211-1/+1
* [libc] Fix typo is processing LIBC_GPU_TEST_ARCHITECTURE.Siva Chandra Reddy2023-02-071-2/+2
* [libc] Add `LIBC_GPU_TEST_ARCHITECTURE` option to set architectureJoseph Huber2023-02-061-0/+19
* [libc][NFC] Print the GPU architectures to build and fix the CMake listJoseph Huber2023-02-031-4/+6
* [libc] Remove OpenMP and build the GPU libc directlyJoseph Huber2023-02-021-6/+17
* [libc] Add code for detecting NVIDIA GPUs as wellJoseph Huber2023-01-271-2/+31
* [libc] Add check for locally installed GPUsJoseph Huber2022-12-201-0/+19
* [libc] Add support for standalone cross compilation of libc.Siva Chandra Reddy2022-12-201-3/+7
* [libc] Fix full build check for the GPU buildJoseph Huber2022-12-191-1/+1
* [libc][gpu][NFC] Move CMake logic to prepare GPU build to a separate file.Siva Chandra Reddy2022-12-191-0/+26