Skip to content

Files

Latest commit

 

History

History
41 lines (33 loc) · 477 Bytes

api.md

File metadata and controls

41 lines (33 loc) · 477 Bytes

API

[Kernel language](@id api_kernel_language)

@kernel
@Const
@index
@localmem
@private
@synchronize
@print
@uniform
@groupsize
@ndrange

Reduction

@groupreduce
@warp_groupreduce
KernelAbstractions.shfl_down
KernelAbstractions.supports_warp_reduction

Host language

synchronize
allocate
KernelAbstractions.zeros

Internal

KernelAbstractions.Kernel
KernelAbstractions.partition
KernelAbstractions.@context