xref: /aosp_15_r20/external/OpenCL-CTS/test_conformance/submission_details_template.txt (revision 6467f958c7de8070b317fc65bcb0f6472e388d82)
1##############################################################################
2# OpenCL submission details template
3# $Id $
4# $URL $
5##############################################################################
6#
7# This form should be filled in and included in the conformance submission
8# as the file submission_details.txt
9#
10# Lines beginning with "#" are comments to assist in filling out the template.
11#
12##############################################################################
13
14##############################################################################
15#
16# Submission information that needs to be copied onto the web submission form
17#
18##############################################################################
19
20# Contact details.
21#
22Company:
23Contact Name:
24Contact Email:
25Contact Telephone:
26
27# Version of OpenCL specification being tested
28#
29OpenCL Version: Major.Minor
30
31# Statement of conformance listing each conformant product (at a specific
32# version) that is covered by this implementation. List each conformant product
33# on a separate line starting "Conformant Product:". The first in the list
34# is the product/device that the tests were actually run on.
35#
36# Each conformant product is likely to be one of:
37#  * a type of computer (e.g. Windows XP PC) plus the software product
38#    that contains this OpenCL implementation required to build and run
39#    the tests, plus the OpenCL device tested, for example
40#  * Conformant Product: Windows XP PC with Buzzleware OpenCL Library for Windows 0.2
41#    with OpenCL running on a BrandX 322 PCIe GPU
42#
43Conformant Product:
44
45# CPU type and instruction set architecture level required by the implementation
46# and method of running the tests (for example X86_64 with SSE 4_2), and/or model
47# number
48#
49CPU Type:
50
51# OS with version number, including GUI framework if used by OpenKODE
52# implementation, e.g. Microsoft Windows XP SP2, Symbian 9.1 UIQ 3.1
53#
54OS Name and Version Number:
55
56# Tested compute device info, fill-in all the below fields for Compute Device, as returned by the clGetDeviceInfo query
57#ex:
58# Compute Device Type: CL_DEVICE_TYPE_GPU                       (show enum returned by CL_DEVICE_TYPE)
59# Compute Device Name: Brand X 322 PICe GPU,                    (as returned by CL_DEVICE_NAME)
60# Compute Device Version: OpenCL 2.0 MyGPU(TM) 1234,            (as returned by CL_DEVICE_VERSION)
61# Compute Device Driver Version: OpenCL 2.0 build: 2.003.05.02  (as returned by CL_DRIVER_VERSION)
62# Compute Device OpenCL C Version: OpenCL 2.0 MyGPU(TM) 1234    (as returned by CL_DEVICE_OPENCL_C_VERSION)
63Compute Device Type:
64Compute Device Name:
65Compute Device Version:
66Compute Device Driver Version:
67Compute Device OpenCL C Version:
68
69# Platform information and version. These are the values returned from the
70# clGetPlaformInfo API call.
71Platform Profile:
72Platform Version:
73
74##############################################################################
75#
76# Further submission information
77#
78##############################################################################
79
80# git tag of the tests used from GitHub (e.g. vYYYY-MM-DD-XX)
81#
82Tests version:
83
84# Commit SHAs (7-digit) of any cherry-picked patches subsequent to tagged
85# version. Any patches included must apply without conflicts to the tagged
86# version in the order listed.
87#
88Patches:
89
90# Implementations that support cl_khr_icd are required to use a loader to run
91# the tests and document the loader that was used.
92#
93Loader used:
94
95# Date of "Khronos Conformance Process" that this submission
96# adheres to (as shown in the change history at the start of the document).
97#
98Conformance Process Document date:
99
100# Date of "OpenCL Conformance Process Details" attachment to
101# the Khronos Conformance Process document that this submission adheres to
102# (as shown in the change history at the start of the attachment).
103#
104OpenCL Conformance Process Attachment date:
105
106# The conformance process document makes allowances for skipping specific tests
107# in some situations. A list of tests that were skipped in accordance to these
108# rules along with the justification must be documented here.
109#
110List of skipped tests in accordance with conformance process:
111
112