matrix_ops_impl.h 512 Bytes
Newer Older
sangwzh's avatar
sangwzh committed
1
// !!! This is a file automatically generated by hipify!!!
2
3
4
5
6
7
8
9
/**
 *  Copyright (c) 2023 by Contributors
 * @file matrix_ops_impl.h
 * @brief DGL C++ sparse matrix operator implementations.
 */
#ifndef DGL_SPARSE_MATRIX_OPS_IMPL_H_
#define DGL_SPARSE_MATRIX_OPS_IMPL_H_

xiangyuzhi's avatar
xiangyuzhi committed
10
#include <sparse/sparse_format.h>
11
#include <sparse/sparse_matrix.h>
xiangyuzhi's avatar
xiangyuzhi committed
12
13

#include <tuple>
14
#include <vector>
xiangyuzhi's avatar
xiangyuzhi committed
15

sangwzh's avatar
sangwzh committed
16
#include "utils.h"
xiangyuzhi's avatar
xiangyuzhi committed
17

18
19
namespace dgl {
namespace sparse {}  // namespace sparse
20
21
22
}  // namespace dgl

#endif  // DGL_SPARSE_MATRIX_OPS_IMPL_H_