Tuning variant for Kokkos packages (#22176)
This commit is contained in:
parent
16adb5dd8f
commit
a52beca2cf
1 changed files with 2 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue