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
MemoryManager
Gets the memory manager associated with this kernel.
IGpuMemoryManager? MemoryManager { get; }
Property Value
Version
Gets the kernel version.
Version Version { get; }