Updated test cases documentation

This commit is contained in:
Bartek Kryza
2024-05-01 19:39:50 +02:00
parent b574a41a64
commit 35b66beeca
253 changed files with 11155 additions and 5562 deletions

View File

@@ -5,7 +5,7 @@ template <typename T> __device__ T add(T a, T b) { return a + b; }
__device__ float square(float a);
__global__ void vector_add(float *out, float *a, float *b, int n);
__global__ void vector_square_add(float *out, float *a, float *b, int n);
}
}

View File

@@ -3,7 +3,7 @@ namespace t20050 {
__device__ float square(float a);
__global__ void vector_add(float *out, float *a, float *b, int n);
__global__ void vector_square_add(float *out, float *a, float *b, int n);
}
}

View File

@@ -3,7 +3,7 @@ namespace t20051 {
__device__ float square(float a);
__global__ void vector_add(float *out, float *a, float *b, int n);
__global__ void vector_square_add(float *out, float *a, float *b, int n);
}
}

View File

@@ -373,6 +373,9 @@ test_cases:
- name: t20050
title: Test case for CUDA kernel calls with participants combined to file
description:
- name: t20051
title: Test case for CUDA calls callee_type filter
description:
Package diagrams:
- name: t30001
title: Basic package diagram test case