Skip to content
Snippets Groups Projects
Commit 7ec611ea authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Another attempt at fixing CL 1.2 partitions.

parent ceffa0ba
No related branches found
No related tags found
No related merge requests found
......@@ -772,8 +772,8 @@ void pyopencl_expose_constants()
#ifdef CL_VERSION_1_2
ADD_ATTR(DEVICE_PARTITION_, EQUALLY);
ADD_ATTR(DEVICE_PARTITION_, BY_COUNTS);
ADD_ATTR(DEVICE_PARTITION_, BY_COUNTS_LIST_END);
ADD_ATTR(DEVICE_PARTITION_, BY_AFFINITY_DOMAIN);
ADD_ATTR(, PARTITION_BY_COUNTS_LIST_END);
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment