Skip to content

Commit

Permalink
Add support for CUDA version 11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
  • Loading branch information
keithc-ca committed Nov 17, 2020
1 parent c0daae0 commit 5fa0507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions port/common/omrcuda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,10 @@ const J9CudaLibraryDescriptor runtimeLibraries[] = {
/*
* Include forward-compatible support for runtime libraries.
*/
#if CUDART_VERSION <= 11010
OMRCUDA_LIBRARY_ENTRY(11, 1),
#endif /* CUDART_VERSION <= 11010 */

#if CUDART_VERSION <= 11000
OMRCUDA_LIBRARY_ENTRY(11, 0),
#endif /* CUDART_VERSION <= 11000 */
Expand Down

0 comments on commit 5fa0507

Please sign in to comment.