From bfd956bc5e3c86651808dce5828882c8ab15164e Mon Sep 17 00:00:00 2001 From: Rob Armstrong Date: Wed, 18 Dec 2024 10:54:37 -0800 Subject: [PATCH] Remove README references to PPC processors (no longer supported) --- Samples/0_Introduction/UnifiedMemoryStreams/README.md | 3 +-- Samples/0_Introduction/asyncAPI/README.md | 3 +-- Samples/0_Introduction/clock/README.md | 3 +-- Samples/0_Introduction/clock_nvrtc/README.md | 3 +-- Samples/0_Introduction/cudaOpenMP/README.md | 3 +-- Samples/0_Introduction/fp16ScalarProduct/README.md | 3 +-- Samples/0_Introduction/matrixMul/README.md | 3 +-- Samples/0_Introduction/matrixMulDrv/README.md | 3 +-- Samples/0_Introduction/matrixMulDynlinkJIT/README.md | 3 +-- Samples/0_Introduction/matrixMul_nvrtc/README.md | 3 +-- Samples/0_Introduction/mergeSort/README.md | 3 +-- Samples/0_Introduction/simpleAWBarrier/README.md | 3 +-- Samples/0_Introduction/simpleAssert/README.md | 3 +-- Samples/0_Introduction/simpleAssert_nvrtc/README.md | 3 +-- Samples/0_Introduction/simpleAtomicIntrinsics/README.md | 3 +-- Samples/0_Introduction/simpleAtomicIntrinsics_nvrtc/README.md | 3 +-- Samples/0_Introduction/simpleAttributes/README.md | 3 +-- Samples/0_Introduction/simpleCallback/README.md | 3 +-- Samples/0_Introduction/simpleCooperativeGroups/README.md | 3 +-- Samples/0_Introduction/simpleCubemapTexture/README.md | 3 +-- Samples/0_Introduction/simpleDrvRuntime/README.md | 3 +-- Samples/0_Introduction/simpleHyperQ/README.md | 2 +- Samples/0_Introduction/simpleLayeredTexture/README.md | 3 +-- Samples/0_Introduction/simpleMPI/README.md | 3 +-- Samples/0_Introduction/simpleMultiCopy/README.md | 3 +-- Samples/0_Introduction/simpleMultiGPU/README.md | 3 +-- Samples/0_Introduction/simpleOccupancy/README.md | 3 +-- Samples/0_Introduction/simplePitchLinearTexture/README.md | 3 +-- Samples/0_Introduction/simplePrintf/README.md | 3 +-- Samples/0_Introduction/simpleStreams/README.md | 3 +-- Samples/0_Introduction/simpleSurfaceWrite/README.md | 3 +-- Samples/0_Introduction/simpleTemplates/README.md | 3 +-- Samples/0_Introduction/simpleTexture/README.md | 3 +-- Samples/0_Introduction/simpleTextureDrv/README.md | 3 +-- Samples/0_Introduction/simpleVoteIntrinsics/README.md | 3 +-- Samples/0_Introduction/simpleZeroCopy/README.md | 3 +-- Samples/0_Introduction/template/README.md | 3 +-- Samples/0_Introduction/vectorAdd/README.md | 3 +-- Samples/0_Introduction/vectorAddDrv/README.md | 3 +-- Samples/0_Introduction/vectorAdd_nvrtc/README.md | 3 +-- Samples/1_Utilities/bandwidthTest/README.md | 3 +-- Samples/1_Utilities/deviceQuery/README.md | 3 +-- Samples/1_Utilities/deviceQueryDrv/README.md | 3 +-- .../2_Concepts_and_Techniques/MC_EstimatePiInlineP/README.md | 3 +-- .../2_Concepts_and_Techniques/MC_EstimatePiInlineQ/README.md | 3 +-- Samples/2_Concepts_and_Techniques/MC_EstimatePiP/README.md | 3 +-- Samples/2_Concepts_and_Techniques/MC_EstimatePiQ/README.md | 3 +-- .../2_Concepts_and_Techniques/MC_SingleAsianOptionP/README.md | 3 +-- .../2_Concepts_and_Techniques/convolutionSeparable/README.md | 2 +- Samples/2_Concepts_and_Techniques/convolutionTexture/README.md | 3 +-- Samples/2_Concepts_and_Techniques/dct8x8/README.md | 2 +- Samples/2_Concepts_and_Techniques/eigenvalues/README.md | 2 +- Samples/2_Concepts_and_Techniques/histogram/README.md | 2 +- Samples/2_Concepts_and_Techniques/inlinePTX/README.md | 3 +-- Samples/2_Concepts_and_Techniques/inlinePTX_nvrtc/README.md | 3 +-- Samples/2_Concepts_and_Techniques/interval/README.md | 3 +-- Samples/2_Concepts_and_Techniques/radixSortThrust/README.md | 2 +- Samples/2_Concepts_and_Techniques/reduction/README.md | 3 +-- .../2_Concepts_and_Techniques/reductionMultiBlockCG/README.md | 3 +-- Samples/2_Concepts_and_Techniques/scalarProd/README.md | 3 +-- Samples/2_Concepts_and_Techniques/scan/README.md | 3 +-- .../2_Concepts_and_Techniques/segmentationTreeThrust/README.md | 3 +-- Samples/2_Concepts_and_Techniques/shfl_scan/README.md | 3 +-- Samples/2_Concepts_and_Techniques/sortingNetworks/README.md | 3 +-- .../streamOrderedAllocation/README.md | 3 +-- .../streamOrderedAllocationP2P/README.md | 3 +-- .../2_Concepts_and_Techniques/threadFenceReduction/README.md | 3 +-- Samples/2_Concepts_and_Techniques/threadMigration/README.md | 3 +-- Samples/3_CUDA_Features/bf16TensorCoreGemm/README.md | 3 +-- Samples/3_CUDA_Features/binaryPartitionCG/README.md | 3 +-- Samples/3_CUDA_Features/cdpAdvancedQuicksort/README.md | 3 +-- Samples/3_CUDA_Features/cdpBezierTessellation/README.md | 3 +-- Samples/3_CUDA_Features/cdpQuadtree/README.md | 3 +-- Samples/3_CUDA_Features/cdpSimplePrint/README.md | 3 +-- Samples/3_CUDA_Features/cdpSimpleQuicksort/README.md | 3 +-- Samples/3_CUDA_Features/cudaCompressibleMemory/README.md | 3 +-- Samples/3_CUDA_Features/cudaTensorCoreGemm/README.md | 3 +-- Samples/3_CUDA_Features/dmmaTensorCoreGemm/README.md | 3 +-- Samples/3_CUDA_Features/globalToShmemAsyncCopy/README.md | 3 +-- Samples/3_CUDA_Features/graphConditionalNodes/README.md | 3 +-- Samples/3_CUDA_Features/graphMemoryFootprint/README.md | 3 +-- Samples/3_CUDA_Features/graphMemoryNodes/README.md | 3 +-- Samples/3_CUDA_Features/immaTensorCoreGemm/README.md | 3 +-- Samples/3_CUDA_Features/jacobiCudaGraphs/README.md | 3 +-- Samples/3_CUDA_Features/memMapIPCDrv/README.md | 3 +-- Samples/3_CUDA_Features/newdelete/README.md | 3 +-- Samples/3_CUDA_Features/ptxjit/README.md | 3 +-- Samples/3_CUDA_Features/simpleCudaGraphs/README.md | 3 +-- Samples/3_CUDA_Features/tf32TensorCoreGemm/README.md | 3 +-- Samples/3_CUDA_Features/warpAggregatedAtomicsCG/README.md | 3 +-- Samples/4_CUDA_Libraries/FilterBorderControlNPP/README.md | 3 +-- Samples/4_CUDA_Libraries/MersenneTwisterGP11213/README.md | 3 +-- Samples/4_CUDA_Libraries/batchCUBLAS/README.md | 3 +-- Samples/4_CUDA_Libraries/boxFilterNPP/README.md | 3 +-- Samples/4_CUDA_Libraries/cannyEdgeDetectorNPP/README.md | 3 +-- Samples/4_CUDA_Libraries/conjugateGradient/README.md | 3 +-- Samples/4_CUDA_Libraries/conjugateGradientCudaGraphs/README.md | 3 +-- .../4_CUDA_Libraries/conjugateGradientMultiBlockCG/README.md | 3 +-- .../4_CUDA_Libraries/conjugateGradientMultiDeviceCG/README.md | 3 +-- Samples/4_CUDA_Libraries/conjugateGradientPrecond/README.md | 3 +-- Samples/4_CUDA_Libraries/conjugateGradientUM/README.md | 3 +-- Samples/4_CUDA_Libraries/cuSolverDn_LinearSolver/README.md | 3 +-- Samples/4_CUDA_Libraries/cuSolverRf/README.md | 3 +-- Samples/4_CUDA_Libraries/cuSolverSp_LinearSolver/README.md | 3 +-- Samples/4_CUDA_Libraries/cuSolverSp_LowlevelCholesky/README.md | 3 +-- Samples/4_CUDA_Libraries/cuSolverSp_LowlevelQR/README.md | 3 +-- Samples/4_CUDA_Libraries/freeImageInteropNPP/README.md | 3 +-- Samples/4_CUDA_Libraries/histEqualizationNPP/README.md | 3 +-- Samples/4_CUDA_Libraries/jitLto/README.md | 3 +-- Samples/4_CUDA_Libraries/lineOfSight/README.md | 3 +-- Samples/4_CUDA_Libraries/matrixMulCUBLAS/README.md | 3 +-- Samples/4_CUDA_Libraries/nvJPEG/README.md | 3 +-- Samples/4_CUDA_Libraries/nvJPEG_encoder/README.md | 3 +-- Samples/4_CUDA_Libraries/simpleCUBLAS/README.md | 3 +-- Samples/4_CUDA_Libraries/simpleCUBLASXT/README.md | 3 +-- Samples/4_CUDA_Libraries/simpleCUBLAS_LU/README.md | 3 +-- Samples/4_CUDA_Libraries/simpleCUFFT/README.md | 3 +-- Samples/4_CUDA_Libraries/simpleCUFFT_2d_MGPU/README.md | 3 +-- Samples/4_CUDA_Libraries/simpleCUFFT_MGPU/README.md | 3 +-- Samples/4_CUDA_Libraries/simpleCUFFT_callback/README.md | 3 +-- Samples/4_CUDA_Libraries/watershedSegmentationNPP/README.md | 3 +-- Samples/5_Domain_Specific/BlackScholes/README.md | 2 +- Samples/5_Domain_Specific/BlackScholes_nvrtc/README.md | 3 +-- Samples/5_Domain_Specific/FDTD3d/README.md | 3 +-- Samples/5_Domain_Specific/HSOpticalFlow/README.md | 2 +- Samples/5_Domain_Specific/MonteCarloMultiGPU/README.md | 2 +- Samples/5_Domain_Specific/NV12toBGRandResize/README.md | 3 +-- Samples/5_Domain_Specific/SobolQRNG/README.md | 3 +-- Samples/5_Domain_Specific/binomialOptions/README.md | 2 +- Samples/5_Domain_Specific/binomialOptions_nvrtc/README.md | 3 +-- Samples/5_Domain_Specific/convolutionFFT2D/README.md | 3 +-- Samples/5_Domain_Specific/dwtHaar1D/README.md | 3 +-- Samples/5_Domain_Specific/dxtc/README.md | 2 +- Samples/5_Domain_Specific/fastWalshTransform/README.md | 3 +-- Samples/5_Domain_Specific/p2pBandwidthLatencyTest/README.md | 3 +-- Samples/5_Domain_Specific/quasirandomGenerator/README.md | 3 +-- Samples/5_Domain_Specific/quasirandomGenerator_nvrtc/README.md | 3 +-- Samples/5_Domain_Specific/stereoDisparity/README.md | 3 +-- Samples/6_Performance/LargeKernelParameter/README.md | 3 +-- Samples/6_Performance/UnifiedMemoryPerf/README.md | 3 +-- Samples/6_Performance/alignedTypes/README.md | 3 +-- Samples/6_Performance/transpose/README.md | 2 +- 142 files changed, 142 insertions(+), 272 deletions(-) diff --git a/Samples/0_Introduction/UnifiedMemoryStreams/README.md b/Samples/0_Introduction/UnifiedMemoryStreams/README.md index 806277a9..bdd26340 100644 --- a/Samples/0_Introduction/UnifiedMemoryStreams/README.md +++ b/Samples/0_Introduction/UnifiedMemoryStreams/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/0_Introduction/asyncAPI/README.md b/Samples/0_Introduction/asyncAPI/README.md index f7b7d6a5..76c5546e 100644 --- a/Samples/0_Introduction/asyncAPI/README.md +++ b/Samples/0_Introduction/asyncAPI/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaProfilerStop, cudaMalloc, cudaMemcpyAsync, cudaFree, cudaMallocHost, cudaPro Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/clock/README.md b/Samples/0_Introduction/clock/README.md index d21e7528..1e66fe5a 100644 --- a/Samples/0_Introduction/clock/README.md +++ b/Samples/0_Introduction/clock/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMalloc, cudaMemcpy, cudaFree Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/clock_nvrtc/README.md b/Samples/0_Introduction/clock_nvrtc/README.md index 5f78f5fd..f30e5472 100644 --- a/Samples/0_Introduction/clock_nvrtc/README.md +++ b/Samples/0_Introduction/clock_nvrtc/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/0_Introduction/cudaOpenMP/README.md b/Samples/0_Introduction/cudaOpenMP/README.md index 09b77331..62ce6809 100644 --- a/Samples/0_Introduction/cudaOpenMP/README.md +++ b/Samples/0_Introduction/cudaOpenMP/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/0_Introduction/fp16ScalarProduct/README.md b/Samples/0_Introduction/fp16ScalarProduct/README.md index 6f642d9d..bacfc037 100644 --- a/Samples/0_Introduction/fp16ScalarProduct/README.md +++ b/Samples/0_Introduction/fp16ScalarProduct/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/0_Introduction/matrixMul/README.md b/Samples/0_Introduction/matrixMul/README.md index f473acc5..0b405f5a 100644 --- a/Samples/0_Introduction/matrixMul/README.md +++ b/Samples/0_Introduction/matrixMul/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaStreamCreateWithFlags, cudaProfilerStop, cudaMalloc, cudaFree, cudaMallocHos Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/matrixMulDrv/README.md b/Samples/0_Introduction/matrixMulDrv/README.md index 3b4d48e3..6eef08a2 100644 --- a/Samples/0_Introduction/matrixMulDrv/README.md +++ b/Samples/0_Introduction/matrixMulDrv/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -30,4 +30,3 @@ cuMemcpyDtoH, cuLaunchKernel, cuMemcpyHtoD, cuDeviceGetName, cuDeviceTotalMem, c Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/matrixMulDynlinkJIT/README.md b/Samples/0_Introduction/matrixMulDynlinkJIT/README.md index 7b8fc55b..cc75df8d 100644 --- a/Samples/0_Introduction/matrixMulDynlinkJIT/README.md +++ b/Samples/0_Introduction/matrixMulDynlinkJIT/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cuMemcpyDtoH, cuDeviceGetName, cuParamSeti, cuModuleLoadDataEx, cuModuleGetFunct Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/matrixMul_nvrtc/README.md b/Samples/0_Introduction/matrixMul_nvrtc/README.md index 7d5d7b9e..36a01896 100644 --- a/Samples/0_Introduction/matrixMul_nvrtc/README.md +++ b/Samples/0_Introduction/matrixMul_nvrtc/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/0_Introduction/mergeSort/README.md b/Samples/0_Introduction/mergeSort/README.md index e75462a2..91e727a0 100644 --- a/Samples/0_Introduction/mergeSort/README.md +++ b/Samples/0_Introduction/mergeSort/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMalloc, cudaDeviceSynchronize, cudaMemcpy, cudaFree Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleAWBarrier/README.md b/Samples/0_Introduction/simpleAWBarrier/README.md index a36faa92..6576d55b 100644 --- a/Samples/0_Introduction/simpleAWBarrier/README.md +++ b/Samples/0_Introduction/simpleAWBarrier/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleAssert/README.md b/Samples/0_Introduction/simpleAssert/README.md index 1cae293d..07e4b837 100644 --- a/Samples/0_Introduction/simpleAssert/README.md +++ b/Samples/0_Introduction/simpleAssert/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaDeviceSynchronize, cudaGetErrorString Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleAssert_nvrtc/README.md b/Samples/0_Introduction/simpleAssert_nvrtc/README.md index 3f15c89e..148a909c 100644 --- a/Samples/0_Introduction/simpleAssert_nvrtc/README.md +++ b/Samples/0_Introduction/simpleAssert_nvrtc/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleAtomicIntrinsics/README.md b/Samples/0_Introduction/simpleAtomicIntrinsics/README.md index e3ce6f66..4d6fd0e8 100644 --- a/Samples/0_Introduction/simpleAtomicIntrinsics/README.md +++ b/Samples/0_Introduction/simpleAtomicIntrinsics/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaStreamCreateWithFlags, cudaFree, cudaMallocHost, cudaFreeHost, cudaStreamSyn Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleAtomicIntrinsics_nvrtc/README.md b/Samples/0_Introduction/simpleAtomicIntrinsics_nvrtc/README.md index edc3dc66..4ea870f7 100644 --- a/Samples/0_Introduction/simpleAtomicIntrinsics_nvrtc/README.md +++ b/Samples/0_Introduction/simpleAtomicIntrinsics_nvrtc/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleAttributes/README.md b/Samples/0_Introduction/simpleAttributes/README.md index 50f76eb9..487c2572 100644 --- a/Samples/0_Introduction/simpleAttributes/README.md +++ b/Samples/0_Introduction/simpleAttributes/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaFree, cudaMallocHost, cudaFreeHost, cudaStreamSynchronize, cudaStreamSetAttr Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleCallback/README.md b/Samples/0_Introduction/simpleCallback/README.md index 8b9189b3..74ac691c 100644 --- a/Samples/0_Introduction/simpleCallback/README.md +++ b/Samples/0_Introduction/simpleCallback/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaHostAlloc, cudaStreamDestroy, cudaFree, cudaSetDevice, cudaGetDeviceCount, c Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleCooperativeGroups/README.md b/Samples/0_Introduction/simpleCooperativeGroups/README.md index d29a5782..ffa740f9 100644 --- a/Samples/0_Introduction/simpleCooperativeGroups/README.md +++ b/Samples/0_Introduction/simpleCooperativeGroups/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaDeviceSynchronize, cudaGetErrorString Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleCubemapTexture/README.md b/Samples/0_Introduction/simpleCubemapTexture/README.md index ba80ec08..c7988df1 100644 --- a/Samples/0_Introduction/simpleCubemapTexture/README.md +++ b/Samples/0_Introduction/simpleCubemapTexture/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaCreateChannelDesc, cudaFreeArray, cudaFree, cudaPitchedPtr, cuda Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleDrvRuntime/README.md b/Samples/0_Introduction/simpleDrvRuntime/README.md index 47c70421..7a53f45e 100644 --- a/Samples/0_Introduction/simpleDrvRuntime/README.md +++ b/Samples/0_Introduction/simpleDrvRuntime/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -33,4 +33,3 @@ cudaStreamCreateWithFlags, cudaFree, cudaMallocHost, cudaFreeHost, cudaStreamSyn Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleHyperQ/README.md b/Samples/0_Introduction/simpleHyperQ/README.md index 71f7da2b..adce0904 100644 --- a/Samples/0_Introduction/simpleHyperQ/README.md +++ b/Samples/0_Introduction/simpleHyperQ/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/0_Introduction/simpleLayeredTexture/README.md b/Samples/0_Introduction/simpleLayeredTexture/README.md index 59925e48..1cb1f790 100644 --- a/Samples/0_Introduction/simpleLayeredTexture/README.md +++ b/Samples/0_Introduction/simpleLayeredTexture/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaCreateChannelDesc, cudaFreeArray, cudaFree, cudaPitchedPtr, cuda Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleMPI/README.md b/Samples/0_Introduction/simpleMPI/README.md index d47d39b0..d02e3e31 100644 --- a/Samples/0_Introduction/simpleMPI/README.md +++ b/Samples/0_Introduction/simpleMPI/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleMultiCopy/README.md b/Samples/0_Introduction/simpleMultiCopy/README.md index 2a0ad058..ec04f1e2 100644 --- a/Samples/0_Introduction/simpleMultiCopy/README.md +++ b/Samples/0_Introduction/simpleMultiCopy/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaHostAlloc, cudaStreamDestroy, cudaMalloc, cudaMemcpyAsync, cudaFree, cudaSet Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleMultiGPU/README.md b/Samples/0_Introduction/simpleMultiGPU/README.md index 2eec927e..95a33c64 100644 --- a/Samples/0_Introduction/simpleMultiGPU/README.md +++ b/Samples/0_Introduction/simpleMultiGPU/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaStreamDestroy, cudaFree, cudaMallocHost, cudaSetDevice, cudaFreeHost, cudaSt Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleOccupancy/README.md b/Samples/0_Introduction/simpleOccupancy/README.md index 5ce91a94..d68fa5b6 100644 --- a/Samples/0_Introduction/simpleOccupancy/README.md +++ b/Samples/0_Introduction/simpleOccupancy/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFree, cudaDeviceSynchronize, cudaEventRecord, cudaGetDevice, cud Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simplePitchLinearTexture/README.md b/Samples/0_Introduction/simplePitchLinearTexture/README.md index 2f2198fc..15dbcb96 100644 --- a/Samples/0_Introduction/simplePitchLinearTexture/README.md +++ b/Samples/0_Introduction/simplePitchLinearTexture/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMallocArray, cudaFreeArray, cudaFree, cudaMallocPitch, cudaDestroyTextureObj Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simplePrintf/README.md b/Samples/0_Introduction/simplePrintf/README.md index c6925f8d..0a15495d 100644 --- a/Samples/0_Introduction/simplePrintf/README.md +++ b/Samples/0_Introduction/simplePrintf/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaGetDeviceProperties, cudaDeviceSynchronize, cudaGetDevice Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleStreams/README.md b/Samples/0_Introduction/simpleStreams/README.md index 3fdb9e46..9bb1f048 100644 --- a/Samples/0_Introduction/simpleStreams/README.md +++ b/Samples/0_Introduction/simpleStreams/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaSetDeviceFlags, cudaSetDevice, cudaEventDestroy, cudaStreamCreat Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleSurfaceWrite/README.md b/Samples/0_Introduction/simpleSurfaceWrite/README.md index 3d81c682..d9c41f0c 100644 --- a/Samples/0_Introduction/simpleSurfaceWrite/README.md +++ b/Samples/0_Introduction/simpleSurfaceWrite/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaCreateChannelDesc, cudaMallocArray, cudaFreeArray, cudaFree, cud Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleTemplates/README.md b/Samples/0_Introduction/simpleTemplates/README.md index 1e2a6e85..870556dc 100644 --- a/Samples/0_Introduction/simpleTemplates/README.md +++ b/Samples/0_Introduction/simpleTemplates/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMalloc, cudaMemcpy, cudaGetDeviceProperties, cudaFree Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleTexture/README.md b/Samples/0_Introduction/simpleTexture/README.md index b3e2535b..9119703b 100644 --- a/Samples/0_Introduction/simpleTexture/README.md +++ b/Samples/0_Introduction/simpleTexture/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaCreateChannelDesc, cudaMallocArray, cudaFreeArray, cudaFree, cud Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleTextureDrv/README.md b/Samples/0_Introduction/simpleTextureDrv/README.md index 604cee8e..1bd0d1b1 100644 --- a/Samples/0_Introduction/simpleTextureDrv/README.md +++ b/Samples/0_Introduction/simpleTextureDrv/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cuMemcpyDtoH, cuLaunchKernel, cuModuleLoadData, cuDeviceGetName, cuDeviceGetAttr Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleVoteIntrinsics/README.md b/Samples/0_Introduction/simpleVoteIntrinsics/README.md index a44a2abf..f42f19b6 100644 --- a/Samples/0_Introduction/simpleVoteIntrinsics/README.md +++ b/Samples/0_Introduction/simpleVoteIntrinsics/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFree, cudaDeviceSynchronize, cudaMalloc, cudaGetDeviceProperties Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/simpleZeroCopy/README.md b/Samples/0_Introduction/simpleZeroCopy/README.md index 78ff257d..f56609a7 100644 --- a/Samples/0_Introduction/simpleZeroCopy/README.md +++ b/Samples/0_Introduction/simpleZeroCopy/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaHostAlloc, cudaSetDeviceFlags, cudaHostRegister, cudaSetDevice, cudaGetDevic Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/template/README.md b/Samples/0_Introduction/template/README.md index 670f172b..8e93a67a 100644 --- a/Samples/0_Introduction/template/README.md +++ b/Samples/0_Introduction/template/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMalloc, cudaMemcpy, cudaFree Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/vectorAdd/README.md b/Samples/0_Introduction/vectorAdd/README.md index 8db6365b..d82f069b 100644 --- a/Samples/0_Introduction/vectorAdd/README.md +++ b/Samples/0_Introduction/vectorAdd/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaGetErrorString, cudaFree, cudaGetLastError, cudaMalloc Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/vectorAddDrv/README.md b/Samples/0_Introduction/vectorAddDrv/README.md index a23138a1..acc1b67f 100644 --- a/Samples/0_Introduction/vectorAddDrv/README.md +++ b/Samples/0_Introduction/vectorAddDrv/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cuMemcpyDtoH, cuLaunchKernel, cuMemcpyHtoD, cuModuleLoadData, cuCtxSynchronize, Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/0_Introduction/vectorAdd_nvrtc/README.md b/Samples/0_Introduction/vectorAdd_nvrtc/README.md index 0fa763dd..ae13c8d5 100644 --- a/Samples/0_Introduction/vectorAdd_nvrtc/README.md +++ b/Samples/0_Introduction/vectorAdd_nvrtc/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/1_Utilities/bandwidthTest/README.md b/Samples/1_Utilities/bandwidthTest/README.md index 88fe8b0a..0cfbd154 100644 --- a/Samples/1_Utilities/bandwidthTest/README.md +++ b/Samples/1_Utilities/bandwidthTest/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaHostAlloc, cudaMemcpy, cudaMalloc, cudaMemcpyAsync, cudaFree, cudaGetErrorSt Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/1_Utilities/deviceQuery/README.md b/Samples/1_Utilities/deviceQuery/README.md index 812483aa..937f6864 100644 --- a/Samples/1_Utilities/deviceQuery/README.md +++ b/Samples/1_Utilities/deviceQuery/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -33,4 +33,3 @@ cudaRuntimeGetVersion, cudaGetErrorString, cudaDeviceCanAccessPeer, cudaSetDevic Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/1_Utilities/deviceQueryDrv/README.md b/Samples/1_Utilities/deviceQueryDrv/README.md index a8d09163..eaeb8818 100644 --- a/Samples/1_Utilities/deviceQueryDrv/README.md +++ b/Samples/1_Utilities/deviceQueryDrv/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -33,4 +33,3 @@ cudaSetDevice Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineP/README.md b/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineP/README.md index 8d4831d8..f45f683a 100644 --- a/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineP/README.md +++ b/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineP/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineQ/README.md b/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineQ/README.md index f5152d22..8d4398b9 100644 --- a/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineQ/README.md +++ b/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineQ/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/MC_EstimatePiP/README.md b/Samples/2_Concepts_and_Techniques/MC_EstimatePiP/README.md index 026e6da4..ed8db0eb 100644 --- a/Samples/2_Concepts_and_Techniques/MC_EstimatePiP/README.md +++ b/Samples/2_Concepts_and_Techniques/MC_EstimatePiP/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/MC_EstimatePiQ/README.md b/Samples/2_Concepts_and_Techniques/MC_EstimatePiQ/README.md index 913f4978..1c7f680a 100644 --- a/Samples/2_Concepts_and_Techniques/MC_EstimatePiQ/README.md +++ b/Samples/2_Concepts_and_Techniques/MC_EstimatePiQ/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/MC_SingleAsianOptionP/README.md b/Samples/2_Concepts_and_Techniques/MC_SingleAsianOptionP/README.md index 2e93a566..fc866086 100644 --- a/Samples/2_Concepts_and_Techniques/MC_SingleAsianOptionP/README.md +++ b/Samples/2_Concepts_and_Techniques/MC_SingleAsianOptionP/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/convolutionSeparable/README.md b/Samples/2_Concepts_and_Techniques/convolutionSeparable/README.md index 02a3fe70..f007caa3 100644 --- a/Samples/2_Concepts_and_Techniques/convolutionSeparable/README.md +++ b/Samples/2_Concepts_and_Techniques/convolutionSeparable/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/2_Concepts_and_Techniques/convolutionTexture/README.md b/Samples/2_Concepts_and_Techniques/convolutionTexture/README.md index f96b1eab..242e7d73 100644 --- a/Samples/2_Concepts_and_Techniques/convolutionTexture/README.md +++ b/Samples/2_Concepts_and_Techniques/convolutionTexture/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaMallocArray, cudaFreeArray, cudaFree, cudaMemcpyToArray, cudaDev Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/dct8x8/README.md b/Samples/2_Concepts_and_Techniques/dct8x8/README.md index 683a9bd1..72bc7a5e 100644 --- a/Samples/2_Concepts_and_Techniques/dct8x8/README.md +++ b/Samples/2_Concepts_and_Techniques/dct8x8/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/2_Concepts_and_Techniques/eigenvalues/README.md b/Samples/2_Concepts_and_Techniques/eigenvalues/README.md index b44ca506..86368d67 100644 --- a/Samples/2_Concepts_and_Techniques/eigenvalues/README.md +++ b/Samples/2_Concepts_and_Techniques/eigenvalues/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/2_Concepts_and_Techniques/histogram/README.md b/Samples/2_Concepts_and_Techniques/histogram/README.md index 27409eb3..d41e9d8a 100644 --- a/Samples/2_Concepts_and_Techniques/histogram/README.md +++ b/Samples/2_Concepts_and_Techniques/histogram/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/2_Concepts_and_Techniques/inlinePTX/README.md b/Samples/2_Concepts_and_Techniques/inlinePTX/README.md index 5dbe521a..0506a8bd 100644 --- a/Samples/2_Concepts_and_Techniques/inlinePTX/README.md +++ b/Samples/2_Concepts_and_Techniques/inlinePTX/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFree, cudaMallocHost, cudaGetLastError, cudaGridSize, cudaBlockS Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/inlinePTX_nvrtc/README.md b/Samples/2_Concepts_and_Techniques/inlinePTX_nvrtc/README.md index 88b3552f..518aab7d 100644 --- a/Samples/2_Concepts_and_Techniques/inlinePTX_nvrtc/README.md +++ b/Samples/2_Concepts_and_Techniques/inlinePTX_nvrtc/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/interval/README.md b/Samples/2_Concepts_and_Techniques/interval/README.md index 1b71b0d8..94a05f60 100644 --- a/Samples/2_Concepts_and_Techniques/interval/README.md +++ b/Samples/2_Concepts_and_Techniques/interval/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFuncSetCacheConfig, cudaMalloc, cudaFree, cudaGetLastError, cuda Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/radixSortThrust/README.md b/Samples/2_Concepts_and_Techniques/radixSortThrust/README.md index ac83400d..d8f0784e 100644 --- a/Samples/2_Concepts_and_Techniques/radixSortThrust/README.md +++ b/Samples/2_Concepts_and_Techniques/radixSortThrust/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/2_Concepts_and_Techniques/reduction/README.md b/Samples/2_Concepts_and_Techniques/reduction/README.md index 9ecb49ba..fa61574e 100644 --- a/Samples/2_Concepts_and_Techniques/reduction/README.md +++ b/Samples/2_Concepts_and_Techniques/reduction/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/reductionMultiBlockCG/README.md b/Samples/2_Concepts_and_Techniques/reductionMultiBlockCG/README.md index 79285575..70037857 100644 --- a/Samples/2_Concepts_and_Techniques/reductionMultiBlockCG/README.md +++ b/Samples/2_Concepts_and_Techniques/reductionMultiBlockCG/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/scalarProd/README.md b/Samples/2_Concepts_and_Techniques/scalarProd/README.md index 99bc11bb..32ffca76 100644 --- a/Samples/2_Concepts_and_Techniques/scalarProd/README.md +++ b/Samples/2_Concepts_and_Techniques/scalarProd/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMalloc, cudaDeviceSynchronize, cudaMemcpy, cudaFree Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/scan/README.md b/Samples/2_Concepts_and_Techniques/scan/README.md index 45cd8578..6df8bf08 100644 --- a/Samples/2_Concepts_and_Techniques/scan/README.md +++ b/Samples/2_Concepts_and_Techniques/scan/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMalloc, cudaDeviceSynchronize, cudaMemcpy, cudaFree Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/segmentationTreeThrust/README.md b/Samples/2_Concepts_and_Techniques/segmentationTreeThrust/README.md index 60a7f985..f75b1b5c 100644 --- a/Samples/2_Concepts_and_Techniques/segmentationTreeThrust/README.md +++ b/Samples/2_Concepts_and_Techniques/segmentationTreeThrust/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaMemGetInfo, cudaEventSynchronize, cudaEventRecord, cudaMemset, c Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/shfl_scan/README.md b/Samples/2_Concepts_and_Techniques/shfl_scan/README.md index 33f5c6d7..dcb14351 100644 --- a/Samples/2_Concepts_and_Techniques/shfl_scan/README.md +++ b/Samples/2_Concepts_and_Techniques/shfl_scan/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/sortingNetworks/README.md b/Samples/2_Concepts_and_Techniques/sortingNetworks/README.md index 3605f5c4..1443c370 100644 --- a/Samples/2_Concepts_and_Techniques/sortingNetworks/README.md +++ b/Samples/2_Concepts_and_Techniques/sortingNetworks/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMalloc, cudaDeviceSynchronize, cudaMemcpy, cudaFree Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/streamOrderedAllocation/README.md b/Samples/2_Concepts_and_Techniques/streamOrderedAllocation/README.md index d108965f..d49196a5 100644 --- a/Samples/2_Concepts_and_Techniques/streamOrderedAllocation/README.md +++ b/Samples/2_Concepts_and_Techniques/streamOrderedAllocation/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaDeviceGetDefaultMemPool, cudaFreeAsync, cudaStreamCreateWithFlags, cudaStrea Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/streamOrderedAllocationP2P/README.md b/Samples/2_Concepts_and_Techniques/streamOrderedAllocationP2P/README.md index 9e1f80ac..a8bc7922 100644 --- a/Samples/2_Concepts_and_Techniques/streamOrderedAllocationP2P/README.md +++ b/Samples/2_Concepts_and_Techniques/streamOrderedAllocationP2P/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaDeviceGetDefaultMemPool, cudaFreeAsync, cudaStreamCreateWithFlags, cudaMemPo Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/threadFenceReduction/README.md b/Samples/2_Concepts_and_Techniques/threadFenceReduction/README.md index 02acdb96..6e6fdb03 100644 --- a/Samples/2_Concepts_and_Techniques/threadFenceReduction/README.md +++ b/Samples/2_Concepts_and_Techniques/threadFenceReduction/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFree, cudaDeviceSynchronize, cudaMalloc, cudaGetDeviceProperties Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/2_Concepts_and_Techniques/threadMigration/README.md b/Samples/2_Concepts_and_Techniques/threadMigration/README.md index 9519bff3..741a4550 100644 --- a/Samples/2_Concepts_and_Techniques/threadMigration/README.md +++ b/Samples/2_Concepts_and_Techniques/threadMigration/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cuMemcpyDtoH, cuLaunchKernel, cuModuleLoadData, cuDeviceGetName, cuDeviceGet, cu Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/bf16TensorCoreGemm/README.md b/Samples/3_CUDA_Features/bf16TensorCoreGemm/README.md index 040faa92..e46b7415 100644 --- a/Samples/3_CUDA_Features/bf16TensorCoreGemm/README.md +++ b/Samples/3_CUDA_Features/bf16TensorCoreGemm/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/binaryPartitionCG/README.md b/Samples/3_CUDA_Features/binaryPartitionCG/README.md index cc4c1c6d..a350f490 100644 --- a/Samples/3_CUDA_Features/binaryPartitionCG/README.md +++ b/Samples/3_CUDA_Features/binaryPartitionCG/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaStreamCreateWithFlags, cudaFree, cudaMallocHost, cudaFreeHost, cudaStreamSyn Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/cdpAdvancedQuicksort/README.md b/Samples/3_CUDA_Features/cdpAdvancedQuicksort/README.md index 9e976076..5d7479ee 100644 --- a/Samples/3_CUDA_Features/cdpAdvancedQuicksort/README.md +++ b/Samples/3_CUDA_Features/cdpAdvancedQuicksort/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/cdpBezierTessellation/README.md b/Samples/3_CUDA_Features/cdpBezierTessellation/README.md index 9ce5d9b7..58135a90 100644 --- a/Samples/3_CUDA_Features/cdpBezierTessellation/README.md +++ b/Samples/3_CUDA_Features/cdpBezierTessellation/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/cdpQuadtree/README.md b/Samples/3_CUDA_Features/cdpQuadtree/README.md index edf9b6cd..d86fd115 100644 --- a/Samples/3_CUDA_Features/cdpQuadtree/README.md +++ b/Samples/3_CUDA_Features/cdpQuadtree/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/cdpSimplePrint/README.md b/Samples/3_CUDA_Features/cdpSimplePrint/README.md index 6b6d9fbb..0e0e0035 100644 --- a/Samples/3_CUDA_Features/cdpSimplePrint/README.md +++ b/Samples/3_CUDA_Features/cdpSimplePrint/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/cdpSimpleQuicksort/README.md b/Samples/3_CUDA_Features/cdpSimpleQuicksort/README.md index 76485b93..5f995fe6 100644 --- a/Samples/3_CUDA_Features/cdpSimpleQuicksort/README.md +++ b/Samples/3_CUDA_Features/cdpSimpleQuicksort/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/cudaCompressibleMemory/README.md b/Samples/3_CUDA_Features/cudaCompressibleMemory/README.md index e4ec9945..4da43d15 100644 --- a/Samples/3_CUDA_Features/cudaCompressibleMemory/README.md +++ b/Samples/3_CUDA_Features/cudaCompressibleMemory/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -33,4 +33,3 @@ cudaMemcpy, cudaEventSynchronize, cudaEventRecord, cudaEventElapsedTime, cudaOcc Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/cudaTensorCoreGemm/README.md b/Samples/3_CUDA_Features/cudaTensorCoreGemm/README.md index fcb5a6c9..c1e44dfb 100644 --- a/Samples/3_CUDA_Features/cudaTensorCoreGemm/README.md +++ b/Samples/3_CUDA_Features/cudaTensorCoreGemm/README.md @@ -22,7 +22,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ cudaMemcpy, cudaFree, cudaGetErrorString, cudaGetLastError, cudaEventSynchronize Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/dmmaTensorCoreGemm/README.md b/Samples/3_CUDA_Features/dmmaTensorCoreGemm/README.md index ab43c04f..623034e3 100644 --- a/Samples/3_CUDA_Features/dmmaTensorCoreGemm/README.md +++ b/Samples/3_CUDA_Features/dmmaTensorCoreGemm/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/globalToShmemAsyncCopy/README.md b/Samples/3_CUDA_Features/globalToShmemAsyncCopy/README.md index f2c9590b..31e5f902 100644 --- a/Samples/3_CUDA_Features/globalToShmemAsyncCopy/README.md +++ b/Samples/3_CUDA_Features/globalToShmemAsyncCopy/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/graphConditionalNodes/README.md b/Samples/3_CUDA_Features/graphConditionalNodes/README.md index 1ab9a410..67a828c4 100644 --- a/Samples/3_CUDA_Features/graphConditionalNodes/README.md +++ b/Samples/3_CUDA_Features/graphConditionalNodes/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaDeviceSynchronize, cudaDriverGetVersion, cudaFree, cudaGraphAddNode, cudaGra Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/graphMemoryFootprint/README.md b/Samples/3_CUDA_Features/graphMemoryFootprint/README.md index bfe72e5b..2da53be5 100644 --- a/Samples/3_CUDA_Features/graphMemoryFootprint/README.md +++ b/Samples/3_CUDA_Features/graphMemoryFootprint/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaGraphAddMemAllocNode, cudaStreamCreateWithFlags, cudaGraphInstantiate, cudaS Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/graphMemoryNodes/README.md b/Samples/3_CUDA_Features/graphMemoryNodes/README.md index 36236822..8e65e5da 100644 --- a/Samples/3_CUDA_Features/graphMemoryNodes/README.md +++ b/Samples/3_CUDA_Features/graphMemoryNodes/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaDeviceGetAttribute, cudaDriverGetVersion, cudaGraphLaunch, cudaE Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/immaTensorCoreGemm/README.md b/Samples/3_CUDA_Features/immaTensorCoreGemm/README.md index 83f230ae..212e2ec2 100644 --- a/Samples/3_CUDA_Features/immaTensorCoreGemm/README.md +++ b/Samples/3_CUDA_Features/immaTensorCoreGemm/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFree, cudaGetErrorString, cudaGetLastError, cudaEventSynchronize Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/jacobiCudaGraphs/README.md b/Samples/3_CUDA_Features/jacobiCudaGraphs/README.md index 58476d2e..a41aeeb3 100644 --- a/Samples/3_CUDA_Features/jacobiCudaGraphs/README.md +++ b/Samples/3_CUDA_Features/jacobiCudaGraphs/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -28,4 +28,3 @@ cudaExtent, cudaGraphLaunch, cudaGraphAddMemcpyNode, cudaMallocHost, cudaPitched Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/memMapIPCDrv/README.md b/Samples/3_CUDA_Features/memMapIPCDrv/README.md index 661a15a8..ef72267c 100644 --- a/Samples/3_CUDA_Features/memMapIPCDrv/README.md +++ b/Samples/3_CUDA_Features/memMapIPCDrv/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/newdelete/README.md b/Samples/3_CUDA_Features/newdelete/README.md index 42aacd3b..a3c756d6 100644 --- a/Samples/3_CUDA_Features/newdelete/README.md +++ b/Samples/3_CUDA_Features/newdelete/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFree, cudaDeviceSynchronize, cudaDeviceSetLimit, cudaMalloc Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/ptxjit/README.md b/Samples/3_CUDA_Features/ptxjit/README.md index daef8fdf..f92d7a13 100644 --- a/Samples/3_CUDA_Features/ptxjit/README.md +++ b/Samples/3_CUDA_Features/ptxjit/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -33,4 +33,3 @@ cudaMalloc, cudaDriverGetVersion, cudaMemcpy, cudaFree Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/simpleCudaGraphs/README.md b/Samples/3_CUDA_Features/simpleCudaGraphs/README.md index 8d37abb4..aa7c9122 100644 --- a/Samples/3_CUDA_Features/simpleCudaGraphs/README.md +++ b/Samples/3_CUDA_Features/simpleCudaGraphs/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -28,4 +28,3 @@ cudaGraphClone, cudaExtent, cudaGraphLaunch, cudaStreamCreate, cudaLaunchHostFun Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/tf32TensorCoreGemm/README.md b/Samples/3_CUDA_Features/tf32TensorCoreGemm/README.md index 8d76f9a4..a6a4d818 100644 --- a/Samples/3_CUDA_Features/tf32TensorCoreGemm/README.md +++ b/Samples/3_CUDA_Features/tf32TensorCoreGemm/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/3_CUDA_Features/warpAggregatedAtomicsCG/README.md b/Samples/3_CUDA_Features/warpAggregatedAtomicsCG/README.md index 10a77acd..2925642a 100644 --- a/Samples/3_CUDA_Features/warpAggregatedAtomicsCG/README.md +++ b/Samples/3_CUDA_Features/warpAggregatedAtomicsCG/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -28,4 +28,3 @@ cudaMemcpy, cudaFree, cudaDeviceGetAttribute, cudaMemset, cudaMalloc Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/FilterBorderControlNPP/README.md b/Samples/4_CUDA_Libraries/FilterBorderControlNPP/README.md index b7ff5323..6c013df8 100644 --- a/Samples/4_CUDA_Libraries/FilterBorderControlNPP/README.md +++ b/Samples/4_CUDA_Libraries/FilterBorderControlNPP/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/MersenneTwisterGP11213/README.md b/Samples/4_CUDA_Libraries/MersenneTwisterGP11213/README.md index 52a3efff..602b8776 100644 --- a/Samples/4_CUDA_Libraries/MersenneTwisterGP11213/README.md +++ b/Samples/4_CUDA_Libraries/MersenneTwisterGP11213/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/batchCUBLAS/README.md b/Samples/4_CUDA_Libraries/batchCUBLAS/README.md index d9f4bead..60905507 100644 --- a/Samples/4_CUDA_Libraries/batchCUBLAS/README.md +++ b/Samples/4_CUDA_Libraries/batchCUBLAS/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/boxFilterNPP/README.md b/Samples/4_CUDA_Libraries/boxFilterNPP/README.md index 28562192..37b42273 100644 --- a/Samples/4_CUDA_Libraries/boxFilterNPP/README.md +++ b/Samples/4_CUDA_Libraries/boxFilterNPP/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/cannyEdgeDetectorNPP/README.md b/Samples/4_CUDA_Libraries/cannyEdgeDetectorNPP/README.md index 4ed590bd..879fc02b 100644 --- a/Samples/4_CUDA_Libraries/cannyEdgeDetectorNPP/README.md +++ b/Samples/4_CUDA_Libraries/cannyEdgeDetectorNPP/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/conjugateGradient/README.md b/Samples/4_CUDA_Libraries/conjugateGradient/README.md index c744ae49..b4528915 100644 --- a/Samples/4_CUDA_Libraries/conjugateGradient/README.md +++ b/Samples/4_CUDA_Libraries/conjugateGradient/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/conjugateGradientCudaGraphs/README.md b/Samples/4_CUDA_Libraries/conjugateGradientCudaGraphs/README.md index 0af4da12..0e87cf32 100644 --- a/Samples/4_CUDA_Libraries/conjugateGradientCudaGraphs/README.md +++ b/Samples/4_CUDA_Libraries/conjugateGradientCudaGraphs/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/conjugateGradientMultiBlockCG/README.md b/Samples/4_CUDA_Libraries/conjugateGradientMultiBlockCG/README.md index 5f7321cf..dd7ac22e 100644 --- a/Samples/4_CUDA_Libraries/conjugateGradientMultiBlockCG/README.md +++ b/Samples/4_CUDA_Libraries/conjugateGradientMultiBlockCG/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/conjugateGradientMultiDeviceCG/README.md b/Samples/4_CUDA_Libraries/conjugateGradientMultiDeviceCG/README.md index ac0e8f86..f06d5833 100644 --- a/Samples/4_CUDA_Libraries/conjugateGradientMultiDeviceCG/README.md +++ b/Samples/4_CUDA_Libraries/conjugateGradientMultiDeviceCG/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/conjugateGradientPrecond/README.md b/Samples/4_CUDA_Libraries/conjugateGradientPrecond/README.md index e4a3bf59..c7c9a56d 100644 --- a/Samples/4_CUDA_Libraries/conjugateGradientPrecond/README.md +++ b/Samples/4_CUDA_Libraries/conjugateGradientPrecond/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/conjugateGradientUM/README.md b/Samples/4_CUDA_Libraries/conjugateGradientUM/README.md index de41245b..4a7cc76e 100644 --- a/Samples/4_CUDA_Libraries/conjugateGradientUM/README.md +++ b/Samples/4_CUDA_Libraries/conjugateGradientUM/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/cuSolverDn_LinearSolver/README.md b/Samples/4_CUDA_Libraries/cuSolverDn_LinearSolver/README.md index 93b77a28..44274e30 100644 --- a/Samples/4_CUDA_Libraries/cuSolverDn_LinearSolver/README.md +++ b/Samples/4_CUDA_Libraries/cuSolverDn_LinearSolver/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/cuSolverRf/README.md b/Samples/4_CUDA_Libraries/cuSolverRf/README.md index 218232bd..63889b65 100644 --- a/Samples/4_CUDA_Libraries/cuSolverRf/README.md +++ b/Samples/4_CUDA_Libraries/cuSolverRf/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/cuSolverSp_LinearSolver/README.md b/Samples/4_CUDA_Libraries/cuSolverSp_LinearSolver/README.md index a4992857..1024e795 100644 --- a/Samples/4_CUDA_Libraries/cuSolverSp_LinearSolver/README.md +++ b/Samples/4_CUDA_Libraries/cuSolverSp_LinearSolver/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/cuSolverSp_LowlevelCholesky/README.md b/Samples/4_CUDA_Libraries/cuSolverSp_LowlevelCholesky/README.md index b15f2fbe..b19e95ce 100644 --- a/Samples/4_CUDA_Libraries/cuSolverSp_LowlevelCholesky/README.md +++ b/Samples/4_CUDA_Libraries/cuSolverSp_LowlevelCholesky/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/cuSolverSp_LowlevelQR/README.md b/Samples/4_CUDA_Libraries/cuSolverSp_LowlevelQR/README.md index f6d63010..564c0043 100644 --- a/Samples/4_CUDA_Libraries/cuSolverSp_LowlevelQR/README.md +++ b/Samples/4_CUDA_Libraries/cuSolverSp_LowlevelQR/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/freeImageInteropNPP/README.md b/Samples/4_CUDA_Libraries/freeImageInteropNPP/README.md index 50eb6dd3..c6537814 100644 --- a/Samples/4_CUDA_Libraries/freeImageInteropNPP/README.md +++ b/Samples/4_CUDA_Libraries/freeImageInteropNPP/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/histEqualizationNPP/README.md b/Samples/4_CUDA_Libraries/histEqualizationNPP/README.md index fc73c129..b4da6cce 100644 --- a/Samples/4_CUDA_Libraries/histEqualizationNPP/README.md +++ b/Samples/4_CUDA_Libraries/histEqualizationNPP/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/jitLto/README.md b/Samples/4_CUDA_Libraries/jitLto/README.md index afda50be..12df1f4e 100644 --- a/Samples/4_CUDA_Libraries/jitLto/README.md +++ b/Samples/4_CUDA_Libraries/jitLto/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/lineOfSight/README.md b/Samples/4_CUDA_Libraries/lineOfSight/README.md index 20044ade..e808e3ab 100644 --- a/Samples/4_CUDA_Libraries/lineOfSight/README.md +++ b/Samples/4_CUDA_Libraries/lineOfSight/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaCreateChannelDesc, cudaMallocArray, cudaFreeArray, cudaDeviceSynchronize, cu Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/matrixMulCUBLAS/README.md b/Samples/4_CUDA_Libraries/matrixMulCUBLAS/README.md index f6ab6e30..14a14100 100644 --- a/Samples/4_CUDA_Libraries/matrixMulCUBLAS/README.md +++ b/Samples/4_CUDA_Libraries/matrixMulCUBLAS/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/nvJPEG/README.md b/Samples/4_CUDA_Libraries/nvJPEG/README.md index ad375ea0..2840aa79 100644 --- a/Samples/4_CUDA_Libraries/nvJPEG/README.md +++ b/Samples/4_CUDA_Libraries/nvJPEG/README.md @@ -16,7 +16,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/nvJPEG_encoder/README.md b/Samples/4_CUDA_Libraries/nvJPEG_encoder/README.md index 7526b29b..67205879 100644 --- a/Samples/4_CUDA_Libraries/nvJPEG_encoder/README.md +++ b/Samples/4_CUDA_Libraries/nvJPEG_encoder/README.md @@ -16,7 +16,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/simpleCUBLAS/README.md b/Samples/4_CUDA_Libraries/simpleCUBLAS/README.md index 6794be67..9b7c0501 100644 --- a/Samples/4_CUDA_Libraries/simpleCUBLAS/README.md +++ b/Samples/4_CUDA_Libraries/simpleCUBLAS/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/simpleCUBLASXT/README.md b/Samples/4_CUDA_Libraries/simpleCUBLASXT/README.md index 8c11171f..068a494f 100644 --- a/Samples/4_CUDA_Libraries/simpleCUBLASXT/README.md +++ b/Samples/4_CUDA_Libraries/simpleCUBLASXT/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/simpleCUBLAS_LU/README.md b/Samples/4_CUDA_Libraries/simpleCUBLAS_LU/README.md index b2d2a5eb..75306cf2 100644 --- a/Samples/4_CUDA_Libraries/simpleCUBLAS_LU/README.md +++ b/Samples/4_CUDA_Libraries/simpleCUBLAS_LU/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/simpleCUFFT/README.md b/Samples/4_CUDA_Libraries/simpleCUFFT/README.md index 7c390b87..d91b6cf4 100644 --- a/Samples/4_CUDA_Libraries/simpleCUFFT/README.md +++ b/Samples/4_CUDA_Libraries/simpleCUFFT/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/simpleCUFFT_2d_MGPU/README.md b/Samples/4_CUDA_Libraries/simpleCUFFT_2d_MGPU/README.md index ca8c2ba4..41f339bb 100644 --- a/Samples/4_CUDA_Libraries/simpleCUFFT_2d_MGPU/README.md +++ b/Samples/4_CUDA_Libraries/simpleCUFFT_2d_MGPU/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/simpleCUFFT_MGPU/README.md b/Samples/4_CUDA_Libraries/simpleCUFFT_MGPU/README.md index f5a33254..8147c464 100644 --- a/Samples/4_CUDA_Libraries/simpleCUFFT_MGPU/README.md +++ b/Samples/4_CUDA_Libraries/simpleCUFFT_MGPU/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/simpleCUFFT_callback/README.md b/Samples/4_CUDA_Libraries/simpleCUFFT_callback/README.md index 155498af..36e2f61e 100644 --- a/Samples/4_CUDA_Libraries/simpleCUFFT_callback/README.md +++ b/Samples/4_CUDA_Libraries/simpleCUFFT_callback/README.md @@ -18,7 +18,7 @@ Linux ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/4_CUDA_Libraries/watershedSegmentationNPP/README.md b/Samples/4_CUDA_Libraries/watershedSegmentationNPP/README.md index 2747ffb3..0c2840bc 100644 --- a/Samples/4_CUDA_Libraries/watershedSegmentationNPP/README.md +++ b/Samples/4_CUDA_Libraries/watershedSegmentationNPP/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/BlackScholes/README.md b/Samples/5_Domain_Specific/BlackScholes/README.md index 01f1aff4..5ac6f457 100644 --- a/Samples/5_Domain_Specific/BlackScholes/README.md +++ b/Samples/5_Domain_Specific/BlackScholes/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/5_Domain_Specific/BlackScholes_nvrtc/README.md b/Samples/5_Domain_Specific/BlackScholes_nvrtc/README.md index 61e3bb63..fdeaeff8 100644 --- a/Samples/5_Domain_Specific/BlackScholes_nvrtc/README.md +++ b/Samples/5_Domain_Specific/BlackScholes_nvrtc/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/FDTD3d/README.md b/Samples/5_Domain_Specific/FDTD3d/README.md index 3ed51f9a..79e85511 100644 --- a/Samples/5_Domain_Specific/FDTD3d/README.md +++ b/Samples/5_Domain_Specific/FDTD3d/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaMalloc, cudaFree, cudaFuncGetAttributes, cudaSetDevice, cudaGetD Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/HSOpticalFlow/README.md b/Samples/5_Domain_Specific/HSOpticalFlow/README.md index 5651f8e9..1fdeef72 100644 --- a/Samples/5_Domain_Specific/HSOpticalFlow/README.md +++ b/Samples/5_Domain_Specific/HSOpticalFlow/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/5_Domain_Specific/MonteCarloMultiGPU/README.md b/Samples/5_Domain_Specific/MonteCarloMultiGPU/README.md index f1e06c62..d3d2ea4b 100644 --- a/Samples/5_Domain_Specific/MonteCarloMultiGPU/README.md +++ b/Samples/5_Domain_Specific/MonteCarloMultiGPU/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/5_Domain_Specific/NV12toBGRandResize/README.md b/Samples/5_Domain_Specific/NV12toBGRandResize/README.md index 82600663..6d9bcc19 100644 --- a/Samples/5_Domain_Specific/NV12toBGRandResize/README.md +++ b/Samples/5_Domain_Specific/NV12toBGRandResize/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaStreamDestroy, cudaMalloc, cudaFree, cudaMallocManaged, cudaStre Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/SobolQRNG/README.md b/Samples/5_Domain_Specific/SobolQRNG/README.md index 880d76e0..a3ecff76 100644 --- a/Samples/5_Domain_Specific/SobolQRNG/README.md +++ b/Samples/5_Domain_Specific/SobolQRNG/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaGetErrorString, cudaFree, cudaDeviceSynchronize, cudaGetDevice, Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/binomialOptions/README.md b/Samples/5_Domain_Specific/binomialOptions/README.md index 27d2cb3c..b82c5e5a 100644 --- a/Samples/5_Domain_Specific/binomialOptions/README.md +++ b/Samples/5_Domain_Specific/binomialOptions/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/5_Domain_Specific/binomialOptions_nvrtc/README.md b/Samples/5_Domain_Specific/binomialOptions_nvrtc/README.md index 6235bab7..f422a372 100644 --- a/Samples/5_Domain_Specific/binomialOptions_nvrtc/README.md +++ b/Samples/5_Domain_Specific/binomialOptions_nvrtc/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -37,4 +37,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/convolutionFFT2D/README.md b/Samples/5_Domain_Specific/convolutionFFT2D/README.md index f3984f54..074024e0 100644 --- a/Samples/5_Domain_Specific/convolutionFFT2D/README.md +++ b/Samples/5_Domain_Specific/convolutionFFT2D/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/dwtHaar1D/README.md b/Samples/5_Domain_Specific/dwtHaar1D/README.md index 035660dd..32d1357f 100644 --- a/Samples/5_Domain_Specific/dwtHaar1D/README.md +++ b/Samples/5_Domain_Specific/dwtHaar1D/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMalloc, cudaMemcpy, cudaFree Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/dxtc/README.md b/Samples/5_Domain_Specific/dxtc/README.md index 7d444be7..91e0ff43 100644 --- a/Samples/5_Domain_Specific/dxtc/README.md +++ b/Samples/5_Domain_Specific/dxtc/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved diff --git a/Samples/5_Domain_Specific/fastWalshTransform/README.md b/Samples/5_Domain_Specific/fastWalshTransform/README.md index d7aad60e..a092a80f 100644 --- a/Samples/5_Domain_Specific/fastWalshTransform/README.md +++ b/Samples/5_Domain_Specific/fastWalshTransform/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFree, cudaDeviceSynchronize, cudaMemset, cudaMalloc Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/p2pBandwidthLatencyTest/README.md b/Samples/5_Domain_Specific/p2pBandwidthLatencyTest/README.md index c9492fad..59e6eeab 100644 --- a/Samples/5_Domain_Specific/p2pBandwidthLatencyTest/README.md +++ b/Samples/5_Domain_Specific/p2pBandwidthLatencyTest/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaSetDevice, cudaEventDestroy, cudaOccupancyMaxPotentialBlockSize, cudaCheckEr Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/quasirandomGenerator/README.md b/Samples/5_Domain_Specific/quasirandomGenerator/README.md index d49f9039..49f7ff74 100644 --- a/Samples/5_Domain_Specific/quasirandomGenerator/README.md +++ b/Samples/5_Domain_Specific/quasirandomGenerator/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFree, cudaDeviceSynchronize, cudaMemset, cudaMemcpyToSymbol, cud Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/quasirandomGenerator_nvrtc/README.md b/Samples/5_Domain_Specific/quasirandomGenerator_nvrtc/README.md index 32b4c370..da6ad701 100644 --- a/Samples/5_Domain_Specific/quasirandomGenerator_nvrtc/README.md +++ b/Samples/5_Domain_Specific/quasirandomGenerator_nvrtc/README.md @@ -18,7 +18,7 @@ Linux, Windows, QNX ## Supported CPU Architecture -x86_64, ppc64le, aarch64 +x86_64, aarch64 ## CUDA APIs involved @@ -34,4 +34,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/5_Domain_Specific/stereoDisparity/README.md b/Samples/5_Domain_Specific/stereoDisparity/README.md index 5bf7814d..f1495125 100644 --- a/Samples/5_Domain_Specific/stereoDisparity/README.md +++ b/Samples/5_Domain_Specific/stereoDisparity/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFree, cudaEventSynchronize, cudaDeviceSynchronize, cudaCreateTex Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/6_Performance/LargeKernelParameter/README.md b/Samples/6_Performance/LargeKernelParameter/README.md index 9c5e1a72..d3c669b6 100644 --- a/Samples/6_Performance/LargeKernelParameter/README.md +++ b/Samples/6_Performance/LargeKernelParameter/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpyToSymbol, cudaMemcpy, cudaFree, cudaDeviceSynchronize, cudaMalloc Download and install the [CUDA Toolkit 12.1](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/6_Performance/UnifiedMemoryPerf/README.md b/Samples/6_Performance/UnifiedMemoryPerf/README.md index 85bdb317..f42a7044 100644 --- a/Samples/6_Performance/UnifiedMemoryPerf/README.md +++ b/Samples/6_Performance/UnifiedMemoryPerf/README.md @@ -16,7 +16,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l, aarch64 +x86_64, armv7l, aarch64 ## CUDA APIs involved @@ -32,4 +32,3 @@ Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-d Make sure the dependencies mentioned in [Dependencies]() section above are installed. ## References (for more details) - diff --git a/Samples/6_Performance/alignedTypes/README.md b/Samples/6_Performance/alignedTypes/README.md index 8f3e3d3c..e601499b 100644 --- a/Samples/6_Performance/alignedTypes/README.md +++ b/Samples/6_Performance/alignedTypes/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved @@ -30,4 +30,3 @@ cudaMemcpy, cudaFree, cudaDeviceSynchronize, cudaMemset, cudaMalloc, cudaGetDevi Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform. ## References (for more details) - diff --git a/Samples/6_Performance/transpose/README.md b/Samples/6_Performance/transpose/README.md index dc9401f9..ae650043 100644 --- a/Samples/6_Performance/transpose/README.md +++ b/Samples/6_Performance/transpose/README.md @@ -18,7 +18,7 @@ Linux, Windows ## Supported CPU Architecture -x86_64, ppc64le, armv7l +x86_64, armv7l ## CUDA APIs involved