Files
clang-uml/tests/t20050/t20050.cuh
2024-05-01 19:39:50 +02:00

9 lines
154 B
Plaintext

namespace clanguml {
namespace t20050 {
__device__ float square(float a);
__global__ void vector_square_add(float *out, float *a, float *b, int n);
}
}