Skip to main content

Module error

Module error 

Source
Expand description

Error types for runtime execution.

Structs§

BufferAllocationSnafu
SNAFU context selector for the Error::BufferAllocation variant
CodegenSnafu
SNAFU context selector for the Error::Codegen variant
DeviceSnafu
SNAFU context selector for the Error::Device variant
ExecutionSnafu
SNAFU context selector for the Error::Execution variant
FunctionNotFoundSnafu
SNAFU context selector for the Error::FunctionNotFound variant
InvalidBufferSizeSnafu
SNAFU context selector for the Error::InvalidBufferSize variant
JitCompilationSnafu
SNAFU context selector for the Error::JitCompilation variant
LlvmSnafu
SNAFU context selector for the Error::LlvmError variant
UnsupportedDeviceSnafu
SNAFU context selector for the Error::UnsupportedDevice variant
UnsupportedSnafu
SNAFU context selector for the Error::Unsupported variant

Enums§

Error
Errors that can occur during runtime execution.

Type Aliases§

Result
Result type for runtime operations.