[PATCH] D69990: Populate CUDA flags on FreeBSD too, as many other toolchains do.

Gleb Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 18 11:55:28 PST 2019


6yearold added a comment.

In D69990#1790047 <https://reviews.llvm.org/D69990#1790047>, @tra wrote:

> > ... I'm curious if it's particularly useful. Last time I checked NVIDIA didn't ship libcudart for FreeBSD and without it it's rather cumbersome to use CUDA in practice.
>
> FYI, I've just got our internal proof-of-concept runtime support library which may get CUDA apps run on FreeBSD:
>  https://github.com/google/gpu-runtime
>
> It's somewhat old and misses few glue functions needed by CUDA-10, but it should work well enough for CUDA-9.


Interesting, thanks for sharing. However, at quick look, it seems to require other CUDA libraries (`libcuda`, `libcublas`, etc.), which also aren't available for FreeBSD.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69990/new/

https://reviews.llvm.org/D69990





More information about the cfe-commits mailing list