mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 18:59:16 +08:00
fix the description of CUDA IPC as it is supported on Windows as well since CUDA 9.2
This commit is contained in:
parent
6bbaf9ac80
commit
32f0fc6111
|
@ -236,7 +236,7 @@ CUBLAS (CUDA Basic Linear Algebra Subroutines) is a GPU-accelerated version of t
|
||||||
|
|
||||||
#### CUDA Interprocess Communication
|
#### 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
|
#### CUFFT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user