Error Classes

Error Classes#

MathError

Base exception for mathematical errors in brainevent operations.

KernelNotAvailableError

Raised when a requested kernel backend is not installed or is version-incompatible.

KernelCompilationError

Raised when a kernel fails to compile on the target backend.

KernelFallbackExhaustedError

Raised when all fallback kernel backends have been exhausted.

KernelExecutionError

Raised when a compiled kernel fails during execution at runtime.

CUDANotInstalledError

Raised when a CUDA operation is requested but the package is not installed.