mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-04-10 18:22:11 +01:00
cuDLAErrorReporting - cuDLA Error Reporting
Description
This sample demonstrates how DLA errors can be detected via CUDA.
Key Concepts
cuDLA, Data Parallel Algorithms, Image Processing
Supported SM Architectures
SM 6.0 SM 6.1 SM 7.0 SM 7.2 SM 7.5 SM 8.0 SM 8.6 SM 8.7 SM 8.9 SM 9.0
Supported OSes
Linux, QNX
Supported CPU Architecture
aarch64
CUDA APIs involved
CUDA Runtime API
cudaStreamCreateWithFlags, cudaStreamDestroy, cudaFree, cudaGetErrorName, cudaSetDevice, cudaStreamSynchronize, cudaMalloc, cudaMemsetAsync, cudaMemcpyAsync
Prerequisites
Download and install the CUDA Toolkit 12.5 for your corresponding platform.