# Kernel

`import { Kernel } from "destack:compute";`

Callable entry point inside a compute program.

```ds title="Kernel"
export newtype Kernel = ComputeKernelHandle
```

[language/library/src/compute/program.ds:210](https://github.com/destack-sh/destack/blob/main/language/library/src/compute/program.ds#L210)
