Merge pull request #3101 from matrix/beautify_ext_OpenCL

beautify ext_OpenCL.h
pull/3102/head
Jens Steube 2 years ago committed by GitHub
commit 2344cb0365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,6 +34,7 @@ typedef union
{
struct { cl_uint type; cl_uint data[5]; } raw;
struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
} cl_device_topology_amd;
#define CL_PLATFORMS_MAX 16

Loading…
Cancel
Save