device_type.hpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #pragma once
6 namespace raft_proto {
7 enum class device_type { cpu, gpu };
8 }
Definition: buffer.hpp:24
device_type
Definition: device_type.hpp:7