|
def | __init__ (self) |
|
def | check (self, status) |
|
def | create_stream (self) |
|
def | stream_synchronize (self, stream) |
|
def | destroy_stream (self, stream) |
|
def | malloc (self, nbytes) |
|
def | free (self, ptr) |
|
def | htod (self, dst, src, nbytes, stream=None) |
|
def | dtoh (self, dst, src, nbytes, stream=None) |
|
◆ __init__()
def polygraphy.util.cuda.Cuda.__init__ |
( |
|
self | ) |
|
◆ check()
def polygraphy.util.cuda.Cuda.check |
( |
|
self, |
|
|
|
status |
|
) |
| |
◆ create_stream()
def polygraphy.util.cuda.Cuda.create_stream |
( |
|
self | ) |
|
◆ stream_synchronize()
def polygraphy.util.cuda.Cuda.stream_synchronize |
( |
|
self, |
|
|
|
stream |
|
) |
| |
◆ destroy_stream()
def polygraphy.util.cuda.Cuda.destroy_stream |
( |
|
self, |
|
|
|
stream |
|
) |
| |
◆ malloc()
def polygraphy.util.cuda.Cuda.malloc |
( |
|
self, |
|
|
|
nbytes |
|
) |
| |
◆ free()
def polygraphy.util.cuda.Cuda.free |
( |
|
self, |
|
|
|
ptr |
|
) |
| |
◆ htod()
def polygraphy.util.cuda.Cuda.htod |
( |
|
self, |
|
|
|
dst, |
|
|
|
src, |
|
|
|
nbytes, |
|
|
|
stream = None |
|
) |
| |
◆ dtoh()
def polygraphy.util.cuda.Cuda.dtoh |
( |
|
self, |
|
|
|
dst, |
|
|
|
src, |
|
|
|
nbytes, |
|
|
|
stream = None |
|
) |
| |
◆ handle
polygraphy.util.cuda.Cuda.handle |
The documentation for this class was generated from the following file: