Documentation
¶
Overview ¶
Package AVX implements the learning stage of the Neurlang classifier on AVX
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ScatterGatherVectorized func(outs []uint32, buf []uint32, size *int, wh uint32) bool = scatterGatherNotVectorized
ScatterGatherVectorized implement many scatter gather in parallel, using something like AVX-512 or similar
Functions ¶
func ScatterGatherVectorizedParallelism ¶ added in v0.1.2
func ScatterGatherVectorizedParallelism() int
ScatterGatherVectorizedParallelism reports the recommended number of scatter gather to compute in parallel on this platform Can't return 0.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.