Skip to content
Riccardo De Maria edited this page Apr 24, 2021 · 5 revisions

Random notes

Kernel interface

Arguments

Simple table

  • double x -> Arg(atype=xo.Float64,name='x') takes: python scalar, np scalars
  • double *restrict x -> Arg(atype=xo.Float64,name='x') np array, xo.Float64 arrays
  • double *restrict x -> Arg(atype=xo.Float64,name='x') np array, xo.Float64 arrays
Clone this wiki locally