Updated test cases documentation
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user