Beaver.MLIR.CompilationRuntime.Artifact (beaver v0.4.8)

Copy Markdown

A reusable, version-checked MLIR bytecode compilation artifact.

Summary

Types

t()

@type t() :: %Beaver.MLIR.CompilationRuntime.Artifact{
  bytecode: binary(),
  cache: :hit | :miss,
  key: String.t(),
  metadata: map(),
  timings: %{optional(atom()) => integer()}
}