|
CONSTANTS: Dict[str, Any] = { |
I'm not sure that we need all these constants, and some feel out of date.
For instance, we are certainly no longer supporting Kokkos 3.7, and the default execution space should be ExecutionSpace.Default, not ExecutionSpace.OpenMP
pykokkos/pykokkos/kokkos_manager/__init__.py
Line 10 in fd25ff9
I'm not sure that we need all these constants, and some feel out of date.
For instance, we are certainly no longer supporting Kokkos 3.7, and the default execution space should be
ExecutionSpace.Default, notExecutionSpace.OpenMP