You are here: Start » Function Reference » AVL Common
AVL Common
Select a function from the list below.
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
CancelCurrentWork | Set function cancellation flag. Function is thread-safe. |
FoundationLite | ||
CloseGPUProcessing | Disables GPU processing. |
FoundationLite | ||
DischargeAVLImageMemoryPools | Clears images in the AVL memory pool. |
FoundationLite | ||
EnableAvlDiagnosticOutputs | Enables computation of diagnostics outputs. |
FoundationLite | ||
EnableAVX2Acceleration | Enables AVX2 acceleration. |
FoundationLite | ||
EnableGPUProcessing | Enables GPU processing. |
FoundationLite | ||
EnableNEONAcceleration | Enables NEON acceleration. Only on ARM CPUs. |
FoundationLite | ||
EnableSSEAcceleration | Enables SSE acceleration. |
FoundationLite | ||
GetAvlDiagnosticOutputsEnabled | Returns AVL diagnostic state. |
FoundationLite | ||
GetAVX2AccelerationEnabled | Returns the state of the AVX2 acceleration. |
FoundationLite | ||
GetGPUProcessingDiagInfo | Returns GPU diagnostic information. |
FoundationLite | ||
GetNEONAccelerationEnabled | Returns the state of the NEON acceleration. |
FoundationLite | ||
GetParallelComputingThreadsCount | Returns maximal number of threads to be used for computing. |
FoundationLite | ||
GetSSEAccelerationEnabled | Returns returns state of SSE acceleration. |
FoundationLite | ||
InitGPUProcessing | Initializes GPU processing with a selected device. |
FoundationLite | ||
IsCurrentWorkCancelled | Returns true if function cancellation was requested. |
FoundationLite | ||
ResetIsCurrentWorkCancelled | Reset function cancellation flag. |
FoundationLite | ||
SetParallelComputing | Controls the state and number of available threads. |
FoundationLite | ||
ThrowIfCurrentWorkCancelled | Function throw CancellationException when cancellation flag is set. |
FoundationLite |