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

Doc fixes

parent 862fe113
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -373,25 +373,6 @@ const_ext_lookup = {
"NEXT_PARITIONNABLE": cl_12,
},
cl.device_partition_property_ext: {
"EQUALLY": fission,
"BY_COUNTS": fission,
"BY_NAMES": fission,
"BY_AFFINITY_DOMAIN": fission,
"PROPERTIES_LIST_END": fission,
"PARTITION_BY_COUNTS_LIST_END": fission,
"PARTITION_BY_NAMES_LIST_END": fission,
},
cl.affinity_domain_ext: {
"L1_CACHE": fission,
"L2_CACHE": fission,
"L3_CACHE": fission,
"L4_CACHE": fission,
"NUMA": fission,
"NEXT_FISSIONABLE": fission,
},
cl.profiling_info: {
"COMPLETE": cl_20,
},
......
......@@ -60,7 +60,7 @@ class BitonicSort(object):
.. seealso:: :class:`pyopencl.algorithm.RadixSort`
.. autofunction:: __call__
.. automethod:: __call__
"""
kernels_srcs = {
......
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