is_blackwell_gpu

Check if GPU is Blackwell Architecture

Description

Blackwell GPUs (RTX 50xx) may need special handling.

Usage

is_blackwell_gpu()

Value

Logical. TRUE if Blackwell GPU detected.

Examples

if (is_blackwell_gpu()) {
  message("Using Blackwell-compatible settings")
}