vtk-m/vtkm/cont/serial/DeviceAdapterSerial.h

23 lines
1023 B
C
Raw Normal View History

//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
2019-04-15 23:24:21 +00:00
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE. See the above copyright notice for more information.
//============================================================================
#ifndef vtk_m_cont_serial_DeviceAdapterSerial_h
#define vtk_m_cont_serial_DeviceAdapterSerial_h
2017-05-18 14:51:24 +00:00
// Keep headers in this order.
// clang-format off
#include <vtkm/cont/serial/internal/DeviceAdapterTagSerial.h>
#include <vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.h>
2021-05-26 19:43:36 +00:00
#include <vtkm/cont/serial/internal/RuntimeDeviceConfigurationSerial.h>
#include <vtkm/cont/serial/internal/DeviceAdapterMemoryManagerSerial.h>
#include <vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.h>
2017-05-18 14:51:24 +00:00
// clang-format on
#endif //vtk_m_cont_serial_DeviceAdapterSerial_h