Skip to content

Commit 1add87d

Browse files
Merge 50cc35a into d83ea3d
2 parents d83ea3d + 50cc35a commit 1add87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ if(_use_onemkl_interfaces)
112112
set(ENABLE_CUSOLVER_BACKEND True)
113113
set(ENABLE_CUFFT_BACKEND True)
114114
# set(ENABLE_CURAND_BACKEND True)
115-
set(ENABLE_MKLGPU_BACKEND False)
116-
set(ENABLE_MKLCPU_BACKEND False)
115+
set(ENABLE_MKLGPU_BACKEND True)
116+
set(ENABLE_MKLCPU_BACKEND True)
117117
endif()
118118

119119
if(DPNP_ONEMKL_INTERFACES_DIR)

0 commit comments

Comments
 (0)