Add pthread variant to kokkos-kernels (#22120)

This commit is contained in:
Paul Kuberry 2021-03-09 06:36:21 -07:00 committed by GitHub
parent 4d1d435330
commit 303230fe7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ class KokkosKernels(CMakePackage, CudaPackage):
'serial': (False, "enable Serial backend (default)"),
'cuda': (False, "enable Cuda backend"),
'openmp': (False, "enable OpenMP backend"),
'pthread': (False, "enable Pthread backend"),
}
for backend in backends: