Numeric#
Header |
Content |
CCCL Availability |
CUDA Toolkit Availability |
|---|---|---|---|
Casts a value and checks whether the value has changed |
CCCL 3.1.0 |
CUDA 13.1 |
|
Represents the result of arithmetic operations that may overflow |
CCCL 3.0.0 |
CUDA 13.0 |
|
Casts a value with overflow checking |
CCCL 3.0.0 |
CUDA 13.0 |
|
Performs addition with overflow checking |
CCCL 3.2.0 |
CUDA 13.2 |
|
Performs subtraction with overflow checking |
CCCL 3.2.0 |
CUDA 13.2 |
|
Performs division with overflow checking |
CCCL 3.2.0 |
CUDA 13.2 |
|
Performs multiplication with overflow checking |
CCCL 3.3.0 |
CUDA 13.3 |
|
Performs saturating cast of a value with overflow checking |
CCCL 3.4.0 |
CUDA 13.4 |
|
Performs saturating addition with overflow checking |
CCCL 3.4.0 |
CUDA 13.4 |
|
Performs saturating subtraction with overflow checking |
CCCL 3.4.0 |
CUDA 13.4 |
|
Performs saturating division with overflow checking |
CCCL 3.4.0 |
CUDA 13.4 |
|
Performs saturating multiplication with overflow checking |
CCCL 3.4.0 |
CUDA 13.4 |