CbmRoot
Loading...
Searching...
No Matches
DeviceImage.h
Go to the documentation of this file.
1/* Copyright (C) 2023 FIAS Frankfurt Institute for Advanced Studies, Frankfurt / Main
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Felix Weiglhofer [committer] */
4#ifndef CBM_ALGO_BASE_GPU_DEVICEIMAGE_H
5#define CBM_ALGO_BASE_GPU_DEVICEIMAGE_H
6#include <xpu/device.h>
7
8namespace cbm::algo
9{
10 struct GPUReco : xpu::device_image {
11 };
12} // namespace cbm::algo
13
14#endif