jpata/particleflow

CUDA optimization prevents running on older cards

Closed this issue · 1 comments

jpata commented

https://github.com/jpata/particleflow/blob/main/mlpf/pipeline.py#L244-L253
This fails on Nvidia 1080, perhaps it needs to be enabled selectively, or with a different value on different cards.

jpata commented

Trying to solve this with 3cafc04