Open3D (C++ API)
0.17.0
cpp
open3d
core
linalg
LinalgHeadersCUDA.h
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// - Open3D: www.open3d.org -
3
// ----------------------------------------------------------------------------
4
// Copyright (c) 2018-2023 www.open3d.org
5
// SPDX-License-Identifier: MIT
6
// ----------------------------------------------------------------------------
7
8
// This file contains headers for BLAS/LAPACK implementations for CUDA.
9
//
10
// For developers, please make sure that this file is not ultimately included in
11
// Open3D.h.
12
13
#pragma once
14
15
#ifdef BUILD_CUDA_MODULE
16
#include <cublas_v2.h>
17
#include <cusolverDn.h>
18
#include <cusolver_common.h>
19
#endif
Generated by
1.9.1