tud-zih-energy / FIRESTARTER

FIRESTARTER: A Processor Stress Test Utility. This repository contains the source code generator. Our releases (including the generated source code and precompiled binaries) are available at https://tu-dresden.de/zih/firestarter/.
GNU General Public License v3.0
115 stars 25 forks source link

OneAPI: Potentially incorrect sycl platform/device selection #75

Open marenz2569 opened 1 month ago

marenz2569 commented 1 month ago

The OneAPI version of firestarter can be compiled with a compiler that supports multiple sycl platforms. Currently we select the last platform with support for GPUs. This platform may not be the correct one for OneAPI GPUs.

DoD