From 32f0fc6111b7e752b57effa702dfad585fa1ae51 Mon Sep 17 00:00:00 2001 From: Mahesh Doijade Date: Wed, 24 Oct 2018 13:35:39 +0530 Subject: [PATCH] fix the description of CUDA IPC as it is supported on Windows as well since CUDA 9.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6a3e101..da04c593 100644 --- a/README.md +++ b/README.md @@ -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