Table of Contents

Interface IKernelCompiler

Namespace
DotCompute.Runtime.Services.Interfaces
Assembly
DotCompute.Runtime.dll

Legacy kernel compiler interface - now aliased to IUnifiedKernelCompiler for backward compatibility. All new code should use IUnifiedKernelCompiler directly from DotCompute.Abstractions namespace. This interface will be removed in a future major version.

[Obsolete("Use IUnifiedKernelCompiler from DotCompute.Abstractions namespace instead. This interface will be removed in a future major version.", false)]
public interface IKernelCompiler : IUnifiedKernelCompiler, IUnifiedKernelCompiler<KernelDefinition, ICompiledKernel>
Inherited Members