Skip to content

Commit abb9b97

Browse files
dstaay-fbfacebook-github-bot
authored andcommitted
cuda-sys generated bindings (#370)
Summary: exposes basic cuda bindings to monarch for rdma support Differential Revision: D77404103
1 parent 25316ff commit abb9b97

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cuda-sys/src/wrapper.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
8+
9+
#pragma once
10+
11+
#include <cuda.h>
12+
#include <cuda_runtime.h>

0 commit comments

Comments
 (0)