cherab / core

The core source repository for the Cherab project.
https://www.cherab.info
Other
44 stars 24 forks source link

Add support for Apple GPUs to get_flops() function. #430

Closed vsnever closed 5 months ago

vsnever commented 5 months ago

This fixes #429 by providing performance estimates for Apple GPUs in the get_flops() function.

According to wikipedia, Apple GPUs on the M1, M2 and M3 SoCs have 128 FP32 ALU lanes per core (compute unit).

jacklovell commented 5 months ago

Looks OK to me. Thanks.