diff options
| author | tgrogers <[email protected]> | 2019-06-09 22:20:15 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-06-09 22:20:15 -0400 |
| commit | c7f515f6f5325c65f32dd64e1ad479660c751e99 (patch) | |
| tree | 1371d079189de604e6bb248832f50e83d114dd31 /linux-so-version.txt | |
| parent | f99838eca06b3f9a281987bc230f4ae5b8426d69 (diff) | |
A bunch of boilerbplate to get 10.1 to compile. Still does not yet run. The way CUDA calls kerenels (even on old code) has changed.
Diffstat (limited to 'linux-so-version.txt')
| -rw-r--r-- | linux-so-version.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-so-version.txt b/linux-so-version.txt index a7c2d3c..45c40dd 100644 --- a/linux-so-version.txt +++ b/linux-so-version.txt @@ -4,5 +4,9 @@ libcudart.so.9.1{ }; libcudart.so.9.2{ }; +libcudart.so.10.0{ +}; +libcudart.so.10.1{ +}; libcuda.so.1{ }; |
