Skip to content

Commit

Permalink
typo in ENABLE_CUFFT_BACKEND description
Browse files Browse the repository at this point in the history
  • Loading branch information
FMarno committed Apr 5, 2023
1 parent f575c42 commit e6bd53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ option(ENABLE_CUSOLVER_BACKEND "" OFF)
option(ENABLE_ROCSOLVER_BACKEND "" OFF)

# dft
option(ENABLE_CUFFT_BACKEND "enable the cuFFT backend for DFT" OFF)
option(ENABLE_CUFFT_BACKEND "Enable the cuFFT backend for DFT" OFF)


set(ONEMKL_SYCL_IMPLEMENTATION "dpc++" CACHE STRING "Name of the SYCL compiler")
Expand Down

0 comments on commit e6bd53e

Please sign in to comment.