diff --git a/CMakeLists.txt b/CMakeLists.txt index 46d3e65b7e7..50f965fc720 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,8 +112,8 @@ if(_use_onemkl_interfaces) set(ENABLE_CUSOLVER_BACKEND True) set(ENABLE_CUFFT_BACKEND True) # set(ENABLE_CURAND_BACKEND True) - set(ENABLE_MKLGPU_BACKEND False) - set(ENABLE_MKLCPU_BACKEND False) + set(ENABLE_MKLGPU_BACKEND True) + set(ENABLE_MKLCPU_BACKEND True) endif() if(DPNP_ONEMKL_INTERFACES_DIR)