Tuning variant for Kokkos packages (#22176)

This commit is contained in:
David Poliakoff 2021-03-08 11:13:07 -07:00 committed by GitHub
parent 16adb5dd8f
commit a52beca2cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,8 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage):
'Whether HPX supports asynchronous dispath'],
'profiling': [True,
'Create bindings for profiling tools'],
'tuning': [False,
'Create bindings for tuning tools'],
'profiling_load_print': [False,
'Print which profiling tools got loaded'],
'qthread': [False, 'Eenable the QTHREAD library'],