Always set DeviceVendor
authorPaul Bauer <paul.bauer.q@gmail.com>
Mon, 5 Oct 2020 15:33:02 +0000 (15:33 +0000)
committerArtem Zhmurov <zhmurov@gmail.com>
Mon, 5 Oct 2020 15:33:02 +0000 (15:33 +0000)
commit481294e221e2ec3b3d2d89835caac94db8192ae2
treecf61d3ae5350a3a99aa378334784e200bd424665
parentb06ac54659006d4071564c18f7abcc17d359e9c4
Always set DeviceVendor

Until now, only the OpenCL code would set the device Vendor information.
To prepare for later code that always needs this information, it is not
set also for the CUDA and SYCL code paths with (hopefully) reasonable
default values.

Change-Id: Ifb3180dff2c5b13aedd8e6808c172ea322d5cea8
src/gromacs/hardware/device_information.h
src/gromacs/hardware/device_management.cu
src/gromacs/hardware/device_management_sycl.cpp