vtkDeviceMemoryType.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtkMemoryTypeDevice_h
4 #define vtkMemoryTypeDevice_h
5 
6 // These are the type of device memory we support
7 /* #undef VTK_USE_CUDA */
8 /* #undef VTK_USE_KOKKOS */
9 /* #undef VTK_KOKKOS_BACKEND_HIP */
10 /* #undef VTK_KOKKOS_BACKEND_CUDA */
11 /* #undef VTK_KOKKOS_BACKEND_SYCL */
12 
13 #endif