Copyright | [2018..2023] Trevor L. McDonell |
---|---|
License | BSD |
Safe Haskell | None |
Language | Haskell98 |
Foreign.CUDA.Driver.Graph.Capture
Description
Requires CUDA-10
Documentation
Constructors
None | |
Active | |
Invalidated |
Constructors
Global | |
ThreadLocal | |
Relaxed |
start :: Stream -> Mode -> IO () Source #
Begin graph capture on a stream
Requires CUDA-10.0
Since: 0.10.0.0
status :: Stream -> IO Status Source #
Return a stream's capture status
Requires CUDA-10.0
Since: 0.10.0.0
info :: Stream -> IO (Status, Int64) Source #
Query the capture status of a stream and get an id for the capture sequence, which is unique over the lifetime of the process.
Requires CUDA-10.1
Since: 0.10.1.0