fix the description of CUDA IPC as it is supported on Windows as well since CUDA 9.2

This commit is contained in:
Mahesh Doijade 2018-10-24 13:35:39 +05:30
parent 6bbaf9ac80
commit 32f0fc6111

View File

@ -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