mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 15:59:15 +08:00
update dependency related links in README files
This commit is contained in:
parent
0cbe5f2d82
commit
8f21b899b6
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaStreamDestroy, cudaFree, cudaMallocManaged, cudaStreamCreate, cudaDeviceSynchronize, cudaStreamAttachMemAsync, cudaSetDevice, cudaStreamSynchronize, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[OpenMP](../../README.md#openmp), [UVM](../../README.md#uvm), [CUBLAS](../../README.md#cublas)
|
||||
[OpenMP](../../../README.md#openmp), [UVM](../../../README.md#uvm), [CUBLAS](../../../README.md#cublas)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaMalloc, cudaMemset, cudaFree, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CPP11](../../README.md#cpp11)
|
||||
[CPP11](../../../README.md#cpp11)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuModuleGetFunction, cuMemAlloc, cuLaunchKernel, cuCtxSynchronize, cuMemFree, cu
|
|||
cudaBlockSize, cudaGridSize
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaMemset, cudaFree, cudaGetDeviceCount, cudaSetDevice, cudaMalloc, cudaGetLastError, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[OpenMP](../../README.md#openmp)
|
||||
[OpenMP](../../../README.md#openmp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaMallocHost, cudaFreeHost, cudaMalloc, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[FP16](../../README.md#fp16)
|
||||
[FP16](../../../README.md#fp16)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cuModuleGetFunction, cuMemAlloc, cuLaunchKernel, cuCtxSynchronize, cuMemFree, cuMemcpyDtoH, cuMemcpyHtoD
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l, aarch64
|
|||
cudaFree, cudaMallocHost, cudaOccupancyMaxActiveBlocksPerMultiprocessor, cudaOccupancyMaxPotentialBlockSize, cudaDeviceGetAttribute, cudaFreeHost, cudaMalloc, cudaStreamCreateWithFlags, cudaLaunchCooperativeKernel, cudaStreamSynchronize, cudaMemcpyAsync
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CPP11](../../README.md#cpp11), [MBCG](../../README.md#mbcg)
|
||||
[CPP11](../../../README.md#cpp11), [MBCG](../../../README.md#mbcg)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cuModuleGetFunction, cuCtxSynchronize, cuLaunchKernel
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuModuleGetFunction, cuMemAlloc, cuLaunchKernel, cuCtxSynchronize, cuMemFree, cu
|
|||
cudaBlockSize, cudaGridSize
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64
|
|||
cudaFree, cudaGraphicsMapResources, cudaGraphicsUnregisterResource, cudaMemcpyToArray, cudaGraphicsGLRegisterBuffer, cudaHostAlloc, cudaGraphicsResourceGetMappedPointer, cudaProcess, cudaDeviceSynchronize, cudaMalloc, cudaGraphicsSubResourceGetMappedArray, cudaGraphicsGLRegisterImage, cudaGraphicsUnmapResources
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le
|
|||
cudaDeviceEnablePeerAccess, cudaIpcOpenEventHandle, cudaOccupancyMaxActiveBlocksPerMultiprocessor, cudaStreamCreateWithFlags, cudaDeviceCanAccessPeer, cudaMemcpyAsync, cudaStreamDestroy, cudaEventCreate, cudaMalloc, cudaEventDestroy, cudaSetDevice, cudaIpcOpenMemHandle, cudaGetDeviceProperties, cudaGetDeviceCount, cudaIpcGetEventHandle, cudaGetLastError, cudaStreamSynchronize, cudaStreamWaitEvent, cudaFree, cudaIpcCloseMemHandle, cudaEventRecord, cudaIpcGetMemHandle, cudaEventSynchronize
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[IPC](../../README.md#ipc)
|
||||
[IPC](../../../README.md#ipc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le
|
|||
cudaMalloc, cudaGetLastError, cudaFree, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[MPI](../../README.md#mpi)
|
||||
[MPI](../../../README.md#mpi)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le
|
|||
cudaDeviceEnablePeerAccess, cudaFree, cudaEventRecord, cudaMallocHost, cudaGetDeviceCount, cudaEventElapsedTime, cudaDeviceSynchronize, cudaEventSynchronize, cudaFreeHost, cudaMalloc, cudaEventCreateWithFlags, cudaDeviceCanAccessPeer, cudaEventDestroy, cudaSetDevice, cudaDeviceDisablePeerAccess, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[only-64-bit](../../README.md#only-64-bit)
|
||||
[only-64-bit](../../../README.md#only-64-bit)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cuModuleGetFunction, cuMemAlloc, cuLaunchKernel, cuCtxSynchronize, cuMemFree, cuMemcpyDtoH, cuMemcpyHtoD
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaFreeArray, cudaGraphicsGLRegisterBuffer, cudaGraphicsResourceGetMappedPointer, cudaExtent, cudaDeviceSynchronize, cudaDestroyTextureObject, cudaPitchedPtr, cudaCreateTextureObject, cudaMalloc, cudaGraphicsUnregisterResource, cudaGraphicsUnmapResources, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cuModuleGetFunction, cuMemAlloc, cuLaunchKernel, cuCtxSynchronize, cuMemFree, cuMemcpyDtoH, cuMemcpyHtoD
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le
|
|||
cudaFree, cudaDeviceSynchronize, cudaMallocManaged, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[UVM](../../README.md#uvm)
|
||||
[UVM](../../../README.md#uvm)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuModuleGetFunction, cuMemAlloc, cuLaunchKernel, cuCtxSynchronize, cuMemFree, cu
|
|||
cudaBlockSize, cudaGridSize
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuEGLStreamConsumerConnect, cuMemFree, cuInit, cuStreamCreate, cuCtxCreate, cuGr
|
|||
cudaDeviceCreateConsumer, cudaFree, cudaConsumerReleaseFrame, cudaDeviceSynchronize, cudaGetValueMismatch, cudaProducerDeinit, cudaProducerPresentFrame, cudaMalloc, cudaProducerInit, cudaProducerReturnFrame, cudaProducerPrepareFrame, cudaConsumerAcquireFrame, cudaMemcpy, cudaGetErrorString, cudaDeviceCreateProducer
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[EGL](../../README.md#egl)
|
||||
[EGL](../../../README.md#egl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuEGLStreamConsumerConnect, cuArrayDestroy, cuMemFree, cuInit, cuCtxCreate, cuGr
|
|||
cudaDeviceCreateConsumer, cudaConsumerTest, cudaProducerDeinit, cudaProducerInit, cudaProducerReadYUVFrame, cudaProducerTest, cudaProducerReadARGBFrame, cudaDeviceCreateProducer
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[EGL](../../README.md#egl)
|
||||
[EGL](../../../README.md#egl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuGraphicsEGLRegisterImage, cuStreamCreate, cuEventCreate, cuCtxCreate, cuGraphi
|
|||
cudaFree, cudaDeviceSynchronize, cudaGetValueMismatch, cudaMalloc, cudaMemcpy, cudaGetErrorString
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[EGL](../../README.md#egl), [EGLSync](../../README.md#eglsync), [X11](../../README.md#x11), [GLES](../../README.md#gles)
|
||||
[EGL](../../../README.md#egl), [EGLSync](../../../README.md#eglsync), [X11](../../../README.md#x11), [GLES](../../../README.md#gles)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaMemcpyToSymbol, cudaFree, cudaGraphicsMapResources, cudaFreeArray, cudaGraphicsGLRegisterBuffer, cudaGraphicsResourceGetMappedPointer, cudaDeviceSynchronize, cudaDestroyTextureObject, cudaCreateTextureObject, cudaMalloc, cudaMallocArray, cudaGraphicsUnregisterResource, cudaGraphicsUnmapResources, cudaMemcpy, cudaMemcpyFromSymbol
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaFuncGetAttributes, cudaGetDeviceCount, cudaMalloc, cudaSetDevice, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CURAND](../../README.md#curand)
|
||||
[CURAND](../../../README.md#curand)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaFuncGetAttributes, cudaGetDeviceCount, cudaMalloc, cudaSetDevice, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CURAND](../../README.md#curand)
|
||||
[CURAND](../../../README.md#curand)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaFuncGetAttributes, cudaGetDeviceCount, cudaMalloc, cudaSetDevice, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CURAND](../../README.md#curand)
|
||||
[CURAND](../../../README.md#curand)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaFuncGetAttributes, cudaGetDeviceCount, cudaMalloc, cudaSetDevice, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CURAND](../../README.md#curand)
|
||||
[CURAND](../../../README.md#curand)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaFuncGetAttributes, cudaGetDeviceCount, cudaMalloc, cudaSetDevice, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CURAND](../../README.md#curand)
|
||||
[CURAND](../../../README.md#curand)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaFreeArray, cudaGraphicsGLRegisterBuffer, cudaGraphicsResourceGetMappedPointer, cudaDeviceSynchronize, cudaDestroyTextureObject, cudaCreateTextureObject, cudaMalloc, cudaMallocArray, cudaCreateChannelDesc, cudaGraphicsUnregisterResource, cudaGraphicsUnmapResources, cudaMemcpy, cudaGetErrorString
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaGraphicsUnregisterResource, cudaFreeArray, cudaGraphicsGLRegisterBuffer, cudaGraphicsResourceGetMappedPointer, cudaDeviceSynchronize, cudaCreateTextureObject, cudaMalloc, cudaMallocArray, cudaGLRegisterBufferObject, cudaGraphicsUnmapResources, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuMemAlloc, cuLaunchKernel, cuCtxSynchronize, cuMemFree, cuMemcpyDtoH, cuModuleG
|
|||
cudaBlockSize, cudaGridSize
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaMemcpyToSymbol, cudaMemset, cudaFree, cudaGraphicsMapResources, cudaGLInit, cudaGraphicsGLRegisterBuffer, cudaGraphicsResourceGetMappedPointer, cudaDeviceSynchronize, cudaInit, cudaMalloc, cudaGraphicsUnregisterResource, cudaGraphicsUnmapResources, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaDeviceSynchronize, cudaMalloc, cudaSetDevice, cudaMemcpy, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CPP11](../../README.md#cpp11)
|
||||
[CPP11](../../../README.md#cpp11)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaFree, cudaOccupancyMaxActiveBlocksPerMultiprocessor, cudaOccupancyMaxPotentialBlockSize, cudaDeviceSynchronize, cudaSetDevice, cudaMalloc, cudaLaunchCooperativeKernel, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[MBCG](../../README.md#mbcg), [CPP11](../../README.md#cpp11)
|
||||
[MBCG](../../../README.md#mbcg), [CPP11](../../../README.md#cpp11)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l, aarch64
|
|||
cudaMemset, cudaFree, cudaEventRecord, cudaMallocHost, cudaEventCreate, cudaEventElapsedTime, cudaEventSynchronize, cudaFreeHost, cudaMalloc, cudaMemcpy, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CPP11](../../README.md#cpp11)
|
||||
[CPP11](../../../README.md#cpp11)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le
|
|||
cudaDeviceGetStreamPriorityRange, cudaEventRecord, cudaEventCreate, cudaEventElapsedTime, cudaEventSynchronize, cudaMalloc, cudaStreamCreateWithPriority, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[Stream-Priorities](../../README.md#stream-priorities)
|
||||
[Stream-Priorities](../../../README.md#stream-priorities)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaMemset, cudaFree, cudaEventRecord, cudaEventCreate, cudaFuncSetAttribute, cudaEventElapsedTime, cudaEventSynchronize, cudaMalloc, cudaGetLastError, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CPP11](../../README.md#cpp11)
|
||||
[CPP11](../../../README.md#cpp11)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaGraphicsMapResources, cudaGetMipmappedArrayLevel, cudaGraphicsResourceGetMappedPointer, cudaArrayGetInfo, cudaMemcpy, cudaFreeMipmappedArray, cudaDestroySurfaceObject, cudaPitchedPtr, cudaMalloc, cudaGraphicsUnregisterResource, cudaDeviceSynchronize, cudaDestroyTextureObject, cudaGetLastError, cudaFree, cudaFreeArray, cudaGraphicsGLRegisterBuffer, cudaExtent, cudaCreateSurfaceObject, cudaMallocMipmappedArray, cudaCreateTextureObject, cudaMallocArray, cudaGraphicsUnmapResources
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaMemset, cudaFree, cudaEventRecord, cudaEventCreate, cudaEventElapsedTime, cudaDeviceSynchronize, cudaPeekAtLastError, cudaMalloc, cudaStreamCreateWithFlags, cudaGetLastError, cudaMemcpyAsync, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CDP](../../README.md#cdp)
|
||||
[CDP](../../../README.md#cdp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaGetDeviceCount, cudaMalloc, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CDP](../../README.md#cdp)
|
||||
[CDP](../../../README.md#cdp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaDeviceSetLimit, cudaFree, cudaMalloc, cudaGetLastError, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CDP](../../README.md#cdp)
|
||||
[CDP](../../../README.md#cdp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaDeviceSetLimit, cudaGetLastError, cudaDeviceSynchronize, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CDP](../../README.md#cdp)
|
||||
[CDP](../../../README.md#cdp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaDeviceSetLimit, cudaFree, cudaStreamDestroy, cudaDeviceSynchronize, cudaMalloc, cudaStreamCreateWithFlags, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CDP](../../README.md#cdp)
|
||||
[CDP](../../../README.md#cdp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaMemset, cudaFree, cudaEventRecord, cudaEventCreate, cudaFuncSetAttribute, cudaEventElapsedTime, cudaEventSynchronize, cudaMalloc, cudaGetLastError, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CPP11](../../README.md#cpp11)
|
||||
[CPP11](../../../README.md#cpp11)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l, aarch64
|
|||
cudaFree, cudaEventRecord, cudaMallocHost, cudaEventCreate, cudaMemsetAsync, cudaEventElapsedTime, cudaEventSynchronize, cudaDeviceGetAttribute, cudaFreeHost, cudaMalloc, cudaStreamCreateWithFlags, cudaEventDestroy, cudaStreamSynchronize, cudaMemcpyAsync
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CPP11](../../README.md#cpp11)
|
||||
[CPP11](../../../README.md#cpp11)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le
|
|||
cuCtxSetCurrent, cuMemSetAccess, cuMemcpyDtoHAsync, cuStreamDestroy, cuInit, cuMemAddressReserve, cuCtxDestroy, cuModuleGetFunction, cuModuleLoad, cuStreamCreate, cuCtxCreate, cuMemExportToShareableHandle, cuMemAddressFree, cuMemGetAllocationGranularity, cuModuleLoadDataEx, cuDeviceGet, cuMemUnmap, cuDeviceGetAttribute, cuMemRelease, cuCtxEnablePeerAccess, cuMemMap, cuMemImportFromShareableHandle, cuMemCreate, cuStreamSynchronize, cuDeviceCanAccessPeer, cuDeviceGetCount, cuLaunchKernel, cuOccupancyMaxActiveBlocksPerMultiprocessor
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[IPC](../../README.md#ipc)
|
||||
[IPC](../../../README.md#ipc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaMemset, cudaFree, cudaEventRecord, cudaEventCreate, cudaFuncSetAttribute, cudaEventElapsedTime, cudaEventSynchronize, cudaMalloc, cudaGetLastError, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CPP11](../../README.md#cpp11)
|
||||
[CPP11](../../../README.md#cpp11)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaDeviceReset, cudaGetDeviceCount, cudaDriverGetVersion, cudaDeviceInit, cudaSetDevice, cudaRuntimeGetVersion, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[FreeImage](../../README.md#freeimage), [NPP](../../README.md#npp)
|
||||
[FreeImage](../../../README.md#freeimage), [NPP](../../../README.md#npp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaStreamDestroy, cudaFree, cudaMallocHost, cudaFreeHost, cudaMalloc, cudaStreamCreateWithFlags, cudaStreamSynchronize, cudaMemcpyAsync
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CURAND](../../README.md#curand)
|
||||
[CURAND](../../../README.md#curand)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuRand, cuEqual
|
|||
cudaFree, cudaStreamCreate, cudaDeviceSynchronize, cudaMalloc, cudaGetLastError, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUBLAS](../../README.md#cublas)
|
||||
[CUBLAS](../../../README.md#cublas)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaMallocHost, cudaMallocPitch, cudaDeviceGetAttribute, cudaFreeHost, cudaDriverGetVersion, cudaMalloc, cudaStreamGetFlags, cudaRuntimeGetVersion, cudaStreamSynchronize, cudaMemcpyAsync, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NPP](../../README.md#npp)
|
||||
[NPP](../../../README.md#npp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaDriverGetVersion, cudaRuntimeGetVersion
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[FreeImage](../../README.md#freeimage), [NPP](../../README.md#npp)
|
||||
[FreeImage](../../../README.md#freeimage), [NPP](../../../README.md#npp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaGetDeviceCount, cudaDriverGetVersion, cudaMalloc, cudaDeviceInit, cudaSetDevice, cudaRuntimeGetVersion, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[FreeImage](../../README.md#freeimage), [NPP](../../README.md#npp)
|
||||
[FreeImage](../../../README.md#freeimage), [NPP](../../../README.md#npp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaDeviceSynchronize, cudaMalloc, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUBLAS](../../README.md#cublas), [CUSPARSE](../../README.md#cusparse)
|
||||
[CUBLAS](../../../README.md#cublas), [CUSPARSE](../../../README.md#cusparse)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaStreamDestroy, cudaFree, cudaGraphExecDestroy, cudaMallocHost, cudaStreamCreate, cudaGraphInstantiate, cudaOccupancyMaxPotentialBlockSize, cudaStreamBeginCapture, cudaMemsetAsync, cudaStreamEndCapture, cudaFreeHost, cudaMalloc, cudaStreamSynchronize, cudaMemcpyAsync, cudaGraphDestroy, cudaGetDeviceProperties, cudaGraphLaunch
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUBLAS](../../README.md#cublas), [CUSPARSE](../../README.md#cusparse)
|
||||
[CUBLAS](../../../README.md#cublas), [CUSPARSE](../../../README.md#cusparse)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaFree, cudaEventRecord, cudaMallocManaged, cudaOccupancyMaxActiveBlocksPerMultiprocessor, cudaEventCreate, cudaEventElapsedTime, cudaDeviceSynchronize, cudaEventDestroy, cudaLaunchCooperativeKernel, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[UVM](../../README.md#uvm), [MBCG](../../README.md#mbcg)
|
||||
[UVM](../../../README.md#uvm), [MBCG](../../../README.md#mbcg)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaDeviceEnablePeerAccess, cudaMemset, cudaFree, cudaMallocManaged, cudaMemPrefetchAsync, cudaHostAlloc, cudaOccupancyMaxActiveBlocksPerMultiprocessor, cudaStreamCreate, cudaGetDeviceCount, cudaFreeHost, cudaSetDevice, cudaDeviceCanAccessPeer, cudaLaunchCooperativeKernel, cudaStreamSynchronize, cudaMemAdvise, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[UVM](../../README.md#uvm), [MDCG](../../README.md#mdcg), [CPP11](../../README.md#cpp11)
|
||||
[UVM](../../../README.md#uvm), [MDCG](../../../README.md#mdcg), [CPP11](../../../README.md#cpp11)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaMemset, cudaFree, cudaMalloc, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUBLAS](../../README.md#cublas), [CUSPARSE](../../README.md#cusparse)
|
||||
[CUBLAS](../../../README.md#cublas), [CUSPARSE](../../../README.md#cusparse)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaMallocManaged, cudaDeviceSynchronize, cudaMalloc, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[UVM](../../README.md#uvm), [CUBLAS](../../README.md#cublas), [CUSPARSE](../../README.md#cusparse)
|
||||
[UVM](../../../README.md#uvm), [CUBLAS](../../../README.md#cublas), [CUSPARSE](../../../README.md#cusparse)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ aarch64
|
|||
## CUDA APIs involved
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVSCI](../../README.md#nvsci)
|
||||
[NVSCI](../../../README.md#nvsci)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuDoubleComplex, cuComplex
|
|||
cudaMemset, cudaFree, cudaStreamDestroy, cudaStreamCreate, cudaDeviceSynchronize, cudaMalloc, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUSOLVER](../../README.md#cusolver), [CUBLAS](../../README.md#cublas), [CUSPARSE](../../README.md#cusparse)
|
||||
[CUSOLVER](../../../README.md#cusolver), [CUBLAS](../../../README.md#cublas), [CUSPARSE](../../../README.md#cusparse)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuDoubleComplex, cuComplex, cuGet
|
|||
cudaStreamDestroy, cudaFree, cudaStreamCreate, cudaDeviceSynchronize, cudaMalloc, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUSOLVER](../../README.md#cusolver), [CUBLAS](../../README.md#cublas), [CUSPARSE](../../README.md#cusparse)
|
||||
[CUSOLVER](../../../README.md#cusolver), [CUBLAS](../../../README.md#cublas), [CUSPARSE](../../../README.md#cusparse)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuDoubleComplex, cuComplex
|
|||
cudaStreamDestroy, cudaFree, cudaStreamCreate, cudaDeviceSynchronize, cudaMalloc, cudaMemcpyAsync
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUSOLVER](../../README.md#cusolver), [CUSPARSE](../../README.md#cusparse)
|
||||
[CUSOLVER](../../../README.md#cusolver), [CUSPARSE](../../../README.md#cusparse)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuDoubleComplex, cuComplex
|
|||
cudaStreamDestroy, cudaFree, cudaStreamCreate, cudaMalloc, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUSOLVER](../../README.md#cusolver), [CUSPARSE](../../README.md#cusparse)
|
||||
[CUSOLVER](../../../README.md#cusolver), [CUSPARSE](../../../README.md#cusparse)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuDoubleComplex, cuComplex, cuGet
|
|||
cudaStreamDestroy, cudaFree, cudaStreamCreate, cudaMalloc, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUSOLVER](../../README.md#cusolver), [CUSPARSE](../../README.md#cusparse)
|
||||
[CUSOLVER](../../../README.md#cusolver), [CUSPARSE](../../../README.md#cusparse)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuDeviceGetUuid
|
|||
cudaGetMipmappedArrayLevel, cudaImportNvSciImage, cudaImportExternalSemaphore, cudaNvSciApp, cudaStreamCreateWithFlags, cudaExternalMemoryGetMappedMipmappedArray, cudaNvSciWait, cudaDestroyExternalMemory, cudaMemcpyAsync, cudaStreamDestroy, cudaSignalExternalSemaphoresAsync, cudaDeviceGetNvSciSyncAttributes, cudaFreeMipmappedArray, cudaMallocHost, cudaNvSci, cudaImportExternalMemory, cudaSetDevice, cudaImportNvSciRawBuf, cudaImportNvSciSemaphore, cudaGetDeviceCount, cudaDestroyTextureObject, cudaDeviceGetAttribute, cudaDestroyExternalSemaphore, cudaStreamSynchronize, cudaNvSciSignal, cudaFree, cudaDeviceId, cudaExternalMemoryGetMappedBuffer, cudaCreateTextureObject, cudaFreeHost, cudaWaitExternalSemaphoresAsync
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVSCI](../../README.md#nvsci)
|
||||
[NVSCI](../../../README.md#nvsci)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuDeviceGetUuid
|
|||
cudaGetMipmappedArrayLevel, cudaImportNvSciImage, cudaImportExternalSemaphore, cudaStreamCreateWithFlags, cudaExternalMemoryGetMappedMipmappedArray, cudaDestroyExternalMemory, cudaMemcpyAsync, cudaStreamDestroy, cudaSignalExternalSemaphoresAsync, cudaDeviceGetNvSciSyncAttributes, cudaFreeMipmappedArray, cudaMallocHost, cudaDestroySurfaceObject, cudaImportExternalMemory, cudaMalloc, cudaSetDevice, cudaDestroyExternalSemaphore, cudaCreateChannelDesc, cudaStreamSynchronize, cudaFree, cudaFreeArray, cudaCreateSurfaceObject, cudaFreeHost, cudaMallocArray, cudaWaitExternalSemaphoresAsync, cudaImportNvSciSync
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVSCI](../../README.md#nvsci), [NvMedia](../../README.md#nvmedia)
|
||||
[NVSCI](../../../README.md#nvsci), [NvMedia](../../../README.md#nvmedia)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaGetDeviceCount, cudaDriverGetVersion, cudaDeviceInit, cudaSetDevice, cudaRuntimeGetVersion, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[FreeImage](../../README.md#freeimage), [NPP](../../README.md#npp)
|
||||
[FreeImage](../../../README.md#freeimage), [NPP](../../../README.md#npp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaGetDeviceCount, cudaDriverGetVersion, cudaMalloc, cudaDeviceInit, cudaSetDevice, cudaRuntimeGetVersion, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[FreeImage](../../README.md#freeimage), [NPP](../../README.md#npp)
|
||||
[FreeImage](../../../README.md#freeimage), [NPP](../../../README.md#npp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaEventRecord, cudaEventCreate, cudaEventElapsedTime, cudaEventSynchronize, cudaMalloc, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUBLAS](../../README.md#cublas)
|
||||
[CUBLAS](../../../README.md#cublas)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaStreamDestroy, cudaFree, cudaEventRecord, cudaHostAlloc, cudaEventCreate, cudaEventElapsedTime, cudaEventSynchronize, cudaFreeHost, cudaMalloc, cudaStreamCreateWithFlags, cudaStreamSynchronize, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVJPEG](../../README.md#nvjpeg)
|
||||
[NVJPEG](../../../README.md#nvjpeg)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaFree, cudaEventRecord, cudaEventCreate, cudaEventElapsedTime, cudaDeviceSynchronize, cudaEventSynchronize, cudaMalloc, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVJPEG](../../README.md#nvjpeg)
|
||||
[NVJPEG](../../../README.md#nvjpeg)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaUpdateHeightmapKernel, cudaGraphicsGLRegisterBuffer, cudaCalculateSlopeKernel, cudaGraphicsResourceGetMappedPointer, cudaMalloc, cudaGenerateSpectrumKernel, cudaGraphicsUnregisterResource, cudaGraphicsUnmapResources, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl), [CUFFT](../../README.md#cufft)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl), [CUFFT](../../../README.md#cufft)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaMalloc, cudaFree, cudaMemcpy, cudaGetErrorString
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl), [CURAND](../../README.md#curand)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl), [CURAND](../../../README.md#curand)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l, aarch64
|
|||
cudaMalloc, cudaFree
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUBLAS](../../README.md#cublas)
|
||||
[CUBLAS](../../../README.md#cublas)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaFree, cudaGetDeviceCount, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUBLAS](../../README.md#cublas)
|
||||
[CUBLAS](../../../README.md#cublas)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaGetErrorEnum, cudaFree, cudaMalloc, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUBLAS](../../README.md#cublas)
|
||||
[CUBLAS](../../../README.md#cublas)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l, aarch64
|
|||
cudaMalloc, cudaFree, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUFFT](../../README.md#cufft)
|
||||
[CUFFT](../../../README.md#cufft)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaXtFree, cudaGetDeviceCount, cudaDeviceSynchronize, cudaMalloc, cudaSetDevice, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUFFT](../../README.md#cufft)
|
||||
[CUFFT](../../../README.md#cufft)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaGetDeviceCount, cudaDeviceSynchronize, cudaSetDevice, cudaXtFree, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUFFT](../../README.md#cufft)
|
||||
[CUFFT](../../../README.md#cufft)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cudaFree, cudaMalloc, cudaMemcpy, cudaMemcpyFromSymbol, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[callback](../../README.md#callback), [CUFFT](../../README.md#cufft)
|
||||
[callback](../../../README.md#callback), [CUFFT](../../../README.md#cufft)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaFree, cudaDeviceGetAttribute, cudaDriverGetVersion, cudaStreamGetFlags, cudaStreamSynchronize, cudaRuntimeGetVersion, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NPP](../../README.md#npp)
|
||||
[NPP](../../../README.md#npp)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuModuleGetFunction, cuMemAlloc, cuLaunchKernel, cuCtxSynchronize, cuMemFree, cu
|
|||
cudaBlockSize, cudaGridSize
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaGraphicsUnregisterResource, cudaGraphicsGLRegisterBuffer, cudaGLUnregisterBufferObject, cudaGraphicsResourceGetMappedPointer, cudaGLUnmapBufferObject, cudaDeviceSynchronize, cudaGLMapBufferObject, cudaMalloc, cudaGLRegisterBufferObject, cudaGraphicsUnmapResources, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaMemset, cudaFree, cudaStreamDestroy, cudaEventRecord, cudaMallocHost, cudaStreamCreate, cudaEventCreate, cudaGetDeviceCount, cudaDeviceSynchronize, cudaEventSynchronize, cudaFreeHost, cudaMalloc, cudaEventDestroy, cudaSetDevice, cudaMemcpyAsync, cudaStreamSynchronize, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CURAND](../../README.md#curand)
|
||||
[CURAND](../../../README.md#curand)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuCtxPushCurrent, cuCtxPopCurrent
|
|||
cudaMemset, cudaFree, cudaGraphicsMapResources, cudaGraphicsUnregisterResource, cudaGraphicsResourceSetMapFlags, cudaGetDeviceCount, cudaMallocPitch, cudaMalloc, cudaGraphicsSubResourceGetMappedArray, cudaGetLastError, cudaGraphicsUnmapResources, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[DirectX](../../README.md#directx)
|
||||
[DirectX](../../../README.md#directx)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaFreeArray, cudaGraphicsGLRegisterBuffer, cudaGraphicsResourceGetMappedPointer, cudaDeviceSynchronize, cudaDestroyTextureObject, cudaCreateTextureObject, cudaMalloc, cudaMallocArray, cudaGraphicsUnregisterResource, cudaGraphicsUnmapResources, cudaMemcpy, cudaGetErrorString
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64
|
|||
cudaMemset, cudaFree, cudaGraphicsMapResources, cudaEventRecord, cudaGraphicsUnregisterResource, cudaEventCreate, cudaGraphicsResourceGetMappedPointer, cudaGetDeviceCount, cudaEventElapsedTime, cudaDeviceSynchronize, cudaEventSynchronize, cudaGraphicsResourceSetMapFlags, cudaMalloc, cudaGetLastError, cudaGraphicsUnmapResources, cudaMemcpy, cudaGetErrorString, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[DirectX](../../README.md#directx)
|
||||
[DirectX](../../../README.md#directx)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaFreeArray, cudaGraphicsGLRegisterBuffer, cudaGraphicsResourceGetMappedPointer, cudaDeviceSynchronize, cudaDestroyTextureObject, cudaCreateTextureObject, cudaMalloc, cudaMallocArray, cudaCreateChannelDesc, cudaGraphicsUnregisterResource, cudaGraphicsUnmapResources, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaMemcpyToSymbol, cudaFree, cudaGraphicsMapResources, cudaGraphicsGLRegisterBuffer, cudaGraphicsResourceGetMappedPointer, cudaDeviceSynchronize, cudaDestroyTextureObject, cudaMallocPitch, cudaCreateTextureObject, cudaGraphicsUnregisterResource, cudaGraphicsUnmapResources, cudaRuntimeGetVersion, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cuLaunchKernel, cuModuleGetGlobal, cuCtxSynchronize, cuMemcpyDtoH, cuModuleGetFu
|
|||
cudaBlockSize, cudaGridSize
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, armv7l
|
|||
cudaMemset, cudaFree, cudaDeviceSynchronize, cudaDestroyTextureObject, cudaCreateTextureObject, cudaMalloc, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[CUFFT](../../README.md#cufft)
|
||||
[CUFFT](../../../README.md#cufft)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64
|
|||
cudaFree, cudaGraphicsMapResources, cudaGraphicsUnregisterResource, cudaFreeArray, cudaGraphicsResourceGetMappedPointer, cudaDestroyTextureObject, cudaMallocPitch, cudaCreateTextureObject, cudaMalloc, cudaMallocArray, cudaGetLastError, cudaGraphicsUnmapResources, cudaMemcpy, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[DirectX](../../README.md#directx)
|
||||
[DirectX](../../../README.md#directx)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaFreeArray, cudaGraphicsGLRegisterBuffer, cudaGraphicsResourceGetMappedPointer, cudaDestroyTextureObject, cudaMallocPitch, cudaCreateTextureObject, cudaMalloc, cudaMallocArray, cudaGraphicsUnregisterResource, cudaGraphicsUnmapResources, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl), [CUFFT](../../README.md#cufft)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl), [CUFFT](../../../README.md#cufft)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaFreeArray, cudaGraphicsGLRegisterBuffer, cudaGraphicsResourceGetMappedPointer, cudaDestroyTextureObject, cudaMallocPitch, cudaCreateTextureObject, cudaMalloc, cudaMallocArray, cudaGraphicsUnregisterResource, cudaGraphicsUnmapResources, cudaMemcpy, cudaGetDeviceProperties
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GLES](../../README.md#gles), [CUFFT](../../README.md#cufft)
|
||||
[X11](../../../README.md#x11), [GLES](../../../README.md#gles), [CUFFT](../../../README.md#cufft)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaGraphicsUnregisterResource, cudaGraphicsGLRegisterBuffer, cudaGLUnregisterBufferObject, cudaGraphicsResourceGetMappedPointer, cudaGLUnmapBufferObject, cudaDestroyTextureObject, cudaGLMapBufferObject, cudaCreateTextureObject, cudaMalloc, cudaCreateChannelDesc, cudaGLRegisterBufferObject, cudaGraphicsUnmapResources, cudaMemcpy
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaMemcpyToSymbol, cudaGraphicsMapResources, cudaEventRecord, cudaStreamQuery, cudaEventCreate, cudaGraphicsResourceGetMappedPointer, cudaGetDeviceCount, cudaEventElapsedTime, cudaDeviceSynchronize, cudaEventSynchronize, cudaGraphicsResourceSetMapFlags, cudaSetDeviceFlags, cudaEventDestroy, cudaDeviceCanAccessPeer, cudaSetDevice, cudaGraphicsUnmapResources, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ armv7l
|
|||
cudaMemcpyToSymbol, cudaGraphicsMapResources, cudaEventRecord, cudaStreamQuery, cudaEventCreate, cudaGraphicsResourceGetMappedPointer, cudaGetDeviceCount, cudaEventElapsedTime, cudaDeviceSynchronize, cudaEventSynchronize, cudaGraphicsResourceSetMapFlags, cudaSetDeviceFlags, cudaEventDestroy, cudaSetDevice, cudaGraphicsUnmapResources, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GLES](../../README.md#gles)
|
||||
[X11](../../../README.md#x11), [GLES](../../../README.md#gles)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ aarch64
|
|||
cudaMemcpyToSymbol, cudaGraphicsMapResources, cudaEventRecord, cudaStreamQuery, cudaEventCreate, cudaGraphicsResourceGetMappedPointer, cudaGetDeviceCount, cudaEventElapsedTime, cudaDeviceSynchronize, cudaEventSynchronize, cudaGraphicsResourceSetMapFlags, cudaSetDeviceFlags, cudaEventDestroy, cudaSetDevice, cudaGraphicsUnmapResources, cudaGetDeviceProperties, cudaGetDevice
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[screen](../../README.md#screen), [GLES](../../README.md#gles)
|
||||
[screen](../../../README.md#screen), [GLES](../../../README.md#gles)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, armv7l
|
|||
cudaFree, cudaGraphicsMapResources, cudaGraphicsUnregisterResource, cudaMemcpyToArray, cudaGraphicsGLRegisterBuffer, cudaHostAlloc, cudaGraphicsResourceGetMappedPointer, cudaProcess, cudaDeviceSynchronize, cudaDestroyTextureObject, cudaCreateTextureObject, cudaGraphicsSubResourceGetMappedArray, cudaGetChannelDesc, cudaMalloc, cudaGraphicsGLRegisterImage, cudaGraphicsUnmapResources
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[X11](../../README.md#x11), [GL](../../README.md#gl)
|
||||
[X11](../../../README.md#x11), [GL](../../../README.md#gl)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ x86_64, ppc64le, aarch64
|
|||
cuMemFree, cuMemcpyDtoH, cuMemAlloc
|
||||
|
||||
## Dependencies needed to build/run
|
||||
[NVRTC](../../README.md#nvrtc)
|
||||
[NVRTC](../../../README.md#nvrtc)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user