gtsam_points
Loading...
Searching...
No Matches
include
gtsam_points
cuda
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
9
namespace
gtsam_points {
10
11
std::vector<std::string> cuda_device_names();
12
13
}
Generated by
1.9.8