Project
Loading...
Searching...
No Matches
opencl_compiler_structs.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
14
15
struct
_makefiles_opencl_platform_info
{
16
char
platform_profile
[64];
17
char
platform_version
[64];
18
char
platform_name
[64];
19
char
platform_vendor
[64];
20
cl_uint
count
;
21
};
22
23
struct
_makefiles_opencl_device_info
{
24
char
device_name
[64];
25
char
device_vendor
[64];
26
cl_uint
nbits
;
27
size_t
binary_size
;
28
};
_makefiles_opencl_device_info
Definition
opencl_compiler_structs.h:23
_makefiles_opencl_device_info::device_vendor
char device_vendor[64]
Definition
opencl_compiler_structs.h:25
_makefiles_opencl_device_info::binary_size
size_t binary_size
Definition
opencl_compiler_structs.h:27
_makefiles_opencl_device_info::nbits
cl_uint nbits
Definition
opencl_compiler_structs.h:26
_makefiles_opencl_device_info::device_name
char device_name[64]
Definition
opencl_compiler_structs.h:24
_makefiles_opencl_platform_info
Definition
opencl_compiler_structs.h:15
_makefiles_opencl_platform_info::platform_profile
char platform_profile[64]
Definition
opencl_compiler_structs.h:16
_makefiles_opencl_platform_info::platform_vendor
char platform_vendor[64]
Definition
opencl_compiler_structs.h:19
_makefiles_opencl_platform_info::count
cl_uint count
Definition
opencl_compiler_structs.h:20
_makefiles_opencl_platform_info::platform_version
char platform_version[64]
Definition
opencl_compiler_structs.h:17
_makefiles_opencl_platform_info::platform_name
char platform_name[64]
Definition
opencl_compiler_structs.h:18
GPU
GPUTracking
utils
opencl_compiler_structs.h
Generated on Tue Feb 25 2025 17:03:27 for Project by
1.9.8