Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.11 KB

File metadata and controls

42 lines (29 loc) · 1.11 KB

API Reference

This page provides an overview of the oneAPI.jl API. For detailed documentation, see the specific API reference pages:

Core Functions

Modules = [oneAPI]
Pages   = ["src/context.jl", "src/utils.jl"]
Filter = t -> t !== oneAPI.synchronize

Compiler Functions

Modules = [oneAPI]
Pages = ["src/compiler/execution.jl", "src/compiler/reflection.jl"]

oneL0 (Level Zero)

Low-level bindings to the Level Zero API. See the Level Zero page for details.

Modules = [oneAPI.oneL0]
Filter = t -> t !== oneAPI.oneL0.synchronize

oneMKL

Intel oneAPI Math Kernel Library bindings. See the oneMKL page for details.

Modules = [oneAPI.oneMKL]