Vibeset

CUDA

CUDA is NVIDIA's platform to run parallel computations across thousands of GPU cores. It's an extension of C/C++ and the foundation of AI model training, scientific simulations and large-scale data processing.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

__global__ void hola() {
  printf("¡Hola, mundo!\n");
}