Sign in
android
/
platform
/
external
/
pytorch
/
d0ec8af0fc
/
.
/
torch
/
lib
/
c10d
/
test
/
CUDATest.hpp
blob: b534006ae98a7bbc383028d64cca172b874d2ad7 [
file
] [
log
] [
blame
]
#pragma
once
#include
<cuda.h>
#include
<cuda_runtime.h>
#include
"../CUDAUtils.hpp"
namespace
c10d
{
namespace
test
{
void
cudaSleep
(
CUDAStream
&
stream
,
size_t
clocks
);
int
cudaNumDevices
();
}
// namespace test
}
// namespace c10d