BallisticLA / RandBLAS

A header-only C++ library for sketching in randomized linear algebra
https://randblas.readthedocs.io/en/stable/
Other
75 stars 6 forks source link

define host side math functions for random123 #9

Closed burlen closed 2 years ago

burlen commented 2 years ago

This is a work around for Random123 bug using NVIDIA specific device side math library functions from host code.

resolves #8

burlen commented 2 years ago

@PTNobel @rileyjmurray any thoughts on this work around?

rileyjmurray commented 2 years ago

Looks good to me! Feel free to merge.

PTNobel commented 2 years ago

@Burlen let me know if you want me to do the rebase on the randomized_svd_preconditioner branch

burlen commented 2 years ago

@burlen let me know if you want me to do the rebase on the randomized_svd_preconditioner branch

sounds good. I'll merge this into main now