cavazos-lab / PolyBench-ACC

Other
58 stars 37 forks source link

Make OpenCL device selection and RUN_ON_CPU configurable #10

Closed ldrumm closed 2 years ago

ldrumm commented 3 years ago

This patch introduces a new config.h file which conditionally defines OPENCL_DEVICE_SELECTION and RUN_ON_CPU if they have not been passed on the command line. This makes them optionally configurable by the build system.

If the build system does nothing different, this patch is NFC