gtsam_points
Loading...
Searching...
No Matches
cuda_device_prop.hpp
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2021 Kenji Koide (k.koide@aist.go.jp)
3
4#pragma once
5
6#include <string>
7#include <vector>
8
9namespace gtsam_points {
10
11std::vector<std::string> cuda_device_names();
12
13}