Back to FabImage Library Lite website
You are here: Start » FIL Common
FIL Common
Select a function from the list below.
Icon | Name | Description |
---|---|---|
![]() | CancelCurrentWork | Set function cancellation flag. Function is thread-safe. |
![]() | CloseGPUProcessing | Disables GPU processing. |
![]() | EnableFilDiagnosticOutputs | Enables computation of diagnostics outputs. |
![]() | EnableGPUProcessing | Enables GPU processing. |
![]() | EnableNEONAcceleration | Enables NEON acceleration. Only on ARM CPUs. |
![]() | EnableSSEAcceleration | Enables SSE acceleration. |
![]() | GetAVX2AccelerationEnabled | Returns the state of the AVX2 acceleration. |
![]() | GetFilDiagnosticOutputsEnabled | Returns FIL diagnostic state. |
![]() | GetGPUProcessingDiagInfo | Returns GPU diagnostic information. |
![]() | GetNEONEnabled | Returns state of NEON acceleration. Only on ARM CPU's. |
![]() | GetParallelComputingThreadsCount | Returns maximal number of threads to be used for computing. |
![]() | GetSSEAccelerationEnabled | Returns returns state of SSE acceleration. |
![]() | InitGPUProcessing | Initializes GPU processing with a selected device. |
![]() | IsCurrentWorkCancelled | Returns true if function cancellation was requested. |
![]() | ResetIsCurrentWorkCancelled | Reset function cancellation flag. |
![]() | SetParallelComputing | Controls the state and number of available threads. |