Table of Contents

Interface IFullGeneratedKernel

Namespace
DotCompute.Abstractions.Kernels
Assembly
DotCompute.Abstractions.dll

Complete interface combining all kernel capabilities.

public interface IFullGeneratedKernel : IExecutableGeneratedKernel, IAnalyzableGeneratedKernel, IGeneratedKernel, IDisposable
Inherited Members
Extension Methods

Properties

CompiledAt

Gets the compilation timestamp.

DateTimeOffset CompiledAt { get; }

Property Value

DateTimeOffset

MemoryManager

Gets the memory manager associated with this kernel.

IGpuMemoryManager? MemoryManager { get; }

Property Value

IGpuMemoryManager

Version

Gets the kernel version.

Version Version { get; }

Property Value

Version