cms-patatrack / cmssw

CMSSW fork of the Patatrack project
https://patatrack.web.cern.ch/patatrack/index.html
Apache License 2.0
2 stars 5 forks source link

Improve CUDA device detection #280

Open makortel opened 5 years ago

makortel commented 5 years ago

In #100 when SwitchProducerCUDA checks whether there are any CUDA devices on the system, it requires that all devices must have compute capability above a certain level. If any device is below, the switch decides that there are no CUDA devices.

There are many ways how this logic could be improved

fwyzard commented 5 years ago

An other option:

fwyzard commented 5 years ago

See #286 .