Skip to content

Commit

Permalink
Updated Cuda Library API versions for Linux. (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoFtZ committed Apr 7, 2023
1 parent 6e016b8 commit e5be3be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/ILGPU.Algorithms/Runtime/Cuda/API/CuFFTAPI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

<LibraryVersion Name="V11" Platform="Windows" LibName="cufft64_11.dll" />
<LibraryVersion Name="V11" Platform="Linux" LibName="libcufft.so.11" />

<LibraryVersion Name="V12" Platform="Windows" LibName="cufft64_11.dll" />
<LibraryVersion Name="V12" Platform="Linux" LibName="libcufft.so.12" />
</LibraryVersions>

<Region Name="Basic Plans">
Expand Down
3 changes: 3 additions & 0 deletions Src/ILGPU.Algorithms/Runtime/Cuda/API/CuFFTWAPI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

<LibraryVersion Name="V11" Platform="Windows" LibName="cufftw64_11.dll" />
<LibraryVersion Name="V11" Platform="Linux" LibName="libcufftw.so.11" />

<LibraryVersion Name="V12" Platform="Windows" LibName="cufftw64_11.dll" />
<LibraryVersion Name="V12" Platform="Linux" LibName="libcufftw.so.12" />
</LibraryVersions>

<Region Name="Basic Interface - Complex - Double Precision">
Expand Down
6 changes: 6 additions & 0 deletions Src/ILGPU.Algorithms/Runtime/Cuda/API/CuRandAPI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
<LibraryVersion Name="V10" Platform="Windows" LibName="curand64_10.dll" />
<LibraryVersion Name="V10" Platform="Linux" LibName="libcurand.so.10" />
<LibraryVersion Name="V10" Platform="OSX" LibName="libcurand.10.dylib" />

<LibraryVersion Name="V11" Platform="Windows" LibName="curand64_10.dll" />
<LibraryVersion Name="V11" Platform="Linux" LibName="libcurand.so.11" />

<LibraryVersion Name="V12" Platform="Windows" LibName="curand64_10.dll" />
<LibraryVersion Name="V12" Platform="Linux" LibName="libcurand.so.12" />
</LibraryVersions>

<Region Name="Creation">
Expand Down

0 comments on commit e5be3be

Please sign in to comment.