The C++ engine for RadarSimPy
is RadarSimCpp
. It is included in the compiled RadarSimPy
module, which can be downloaded from here. RadarSimCpp
is specifically designed for optimal performance and is written in C++ and CUDA. It also supports CPU/GPU parallelization, with CPU parallelization implemented through OpenMP and GPU parallelization (CUDA) added since v6.0.0.
CPU | GPU (CUDA) | |
---|---|---|
Windows | ✅ | ✅ |
Linux | ✅ | ✅ |
macOS | ❌ | ❌ |