rapidsai/cuml

[FEA] Add c++ util for singleToDoublePrecisionPerfRatio

Open

#803 opened on Jun 26, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (644 forks)auto 404
? - Needs TriageCUDA / C++Cython / Pythonfeature requestgood first issue

Repository metrics

Stars
 (5,223 stars)
PR merge metrics
 (PR metrics pending)

Description

This is needed so that we can warn users in the Python layer when they are using a device that might have lowered performance in double precision computations.

This ticket entails adding a function to ml_cuda_utils.h which calls singleToDoublePrecisionPerfRatio in the cuda runtime API and wrapping this utility function in Cython.

Contributor guide