From 973172211d5342b16aea639a599b822da46df8d1 Mon Sep 17 00:00:00 2001 From: Alan Dayton Date: Fri, 21 Apr 2023 09:19:55 -0700 Subject: [PATCH] Remove disabled execution spaces --- src/chai/ExecutionSpaces.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/chai/ExecutionSpaces.hpp b/src/chai/ExecutionSpaces.hpp index 43346160..6f9e772f 100644 --- a/src/chai/ExecutionSpaces.hpp +++ b/src/chai/ExecutionSpaces.hpp @@ -33,15 +33,6 @@ enum ExecutionSpace { // NUM_EXECUTION_SPACES should always be last! /*! Used to count total number of spaces */ NUM_EXECUTION_SPACES -#if !defined(CHAI_ENABLE_CUDA) && !defined(CHAI_ENABLE_HIP) && !defined(CHAI_ENABLE_GPU_SIMULATION_MODE) - ,GPU -#endif -#if !defined(CHAI_ENABLE_UM) - ,UM -#endif -#if !defined(CHAI_ENABLE_PINNED) - ,PINNED -#endif }; } // end of namespace chai