Table of Contents

Namespace DotCompute.Abstractions.Interfaces.Compute

Interfaces

ICompilationMetadata

Provides compilation metadata for kernels, including timing information, options used, and compilation results. This interface enables inspection of compilation details for debugging, profiling, and optimization purposes.

IComputeEngine

Provides a unified interface for kernel compilation and execution across different compute backends. This interface serves as the main entry point for all compute operations in the DotCompute framework.