Skip to content

Commit

Permalink
fix the description of CUDA IPC as it is supported on Windows as well…
Browse files Browse the repository at this point in the history
… since CUDA 9.2
  • Loading branch information
mdoijade committed Oct 24, 2018
1 parent 6bbaf9a commit 32f0fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ CUBLAS (CUDA Basic Linear Algebra Subroutines) is a GPU-accelerated version of t
#### CUDA Interprocess Communication
IPC (Interprocess Communication) allows processes to share device pointers. IPC is only available on Linux x86_64 and ppc64le systems.
IPC (Interprocess Communication) allows processes to share device pointers.
#### CUFFT
Expand Down

0 comments on commit 32f0fc6

Please sign in to comment.