diff options
| author | tgrogers <[email protected]> | 2019-06-09 22:20:15 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-06-10 11:57:40 -0400 |
| commit | ce1fabd955ee208a38e73d5a5acfba2b26369a3d (patch) | |
| tree | 228a3e83814b9bbb2a34c5da58a60be2f2a9b9af /linux-so-version.txt | |
| parent | 556191bcbe6cfb2a8a1008166aa51b7a8567be82 (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{ }; |
