Sign in
android
/
platform
/
external
/
pytorch
/
75f88d4da6
/
.
/
torch
/
lib
/
c10d
/
test
/
CUDATest.hpp
blob: defaff895a18f72575642c0d2ff26d12e5a1d04f [
file
] [
log
] [
blame
]
#pragma
once
#include
<c10/cuda/CUDAStream.h>
namespace
c10d
{
namespace
test
{
void
cudaSleep
(
at
::
cuda
::
CUDAStream
&
stream
,
uint64_t
clocks
);
int
cudaNumDevices
();
}
// namespace test
}
// namespace c10d