枚举 ParallelType

枚举文档

enum gwm::ParallelType

并行方法类型。

Values:

enumerator SerialOnly

不并行。

enumerator OpenMP

多线程并行。

enumerator CUDA

CUDA加速。