Skip to content

Fix bool type in cuda_low.cc to make it compatible with icpc

Sebastian Ohlmann requested to merge fix_gpu_bool_type into develop

Description

Using _Bool is not portable, but seems to be a g++ feature. Using the bool type and including stdbool seems to be portable.

Checklist

Merge request reports