From bea82a059c20cbf9daecac848ef064ae61b46265 Mon Sep 17 00:00:00 2001 From: Abhilash Majumder <30946547+abhilash1910@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:47:21 +0530 Subject: [PATCH] fix align --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 713d4da80..57ccdd913 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,8 +112,8 @@ option(LLAMA_MPI "llama: use MPI" option(LLAMA_QKK_64 "llama: use super-block size of 64 for k-quants" OFF) option(LLAMA_SYCL "llama: use SYCL" OFF) option(LLAMA_SYCL_F16 "llama: use 16 bit floats for sycl calculations" OFF) -option(LLAMA_SYCL_NVPTX "llama: use SYCL build for Nvidia" OFF) -option(LLAMA_SYCL_AMD "llama: use SYCL build for AMD" OFF) +option(LLAMA_SYCL_NVPTX "llama: use SYCL build for Nvidia" OFF) +option(LLAMA_SYCL_AMD "llama: use SYCL build for AMD" OFF) option(LLAMA_BUILD_TESTS "llama: build tests" ${LLAMA_STANDALONE}) option(LLAMA_BUILD_EXAMPLES "llama: build examples" ${LLAMA_STANDALONE})