mihaibujanca / dynamicfusion

Implementation of Newcombe et al. CVPR 2015 DynamicFusion paper
BSD 3-Clause "New" or "Revised" License
394 stars 105 forks source link

Automatic detection of compute capability #56

Closed mihaibujanca closed 6 years ago

mihaibujanca commented 6 years ago

Currently, the compute capability is added as a function of the CUDA version, whereas it's dependent on the GPU rather than the CUDA version. Causes issues such as #55

Solution: Use code in Caffe that detects compute capability. https://github.com/BVLC/caffe/blob/6eae122a8eb84f8371dde815986cd7524fc4cbaa/cmake/Cuda.cmake#L9-L132

mihaibujanca commented 6 years ago

Duplicate issue, please see #39