Skip to content
Snippets Groups Projects
DeviceImage.h 376 B
Newer Older
/* Copyright (C) 2023 FIAS Frankfurt Institute for Advanced Studies, Frankfurt / Main
   SPDX-License-Identifier: GPL-3.0-only
   Authors: Felix Weiglhofer [committer] */
#ifndef CBM_ALGO_BASE_GPU_DEVICEIMAGE_H
#define CBM_ALGO_BASE_GPU_DEVICEIMAGE_H
#include <xpu/device.h>

namespace cbm::algo
{
Felix Weiglhofer's avatar
Felix Weiglhofer committed
  struct GPUReco : xpu::device_image {
  };
}  // namespace cbm::algo

#endif