inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.04k stars 237 forks source link

test_bitonic_sort: use ctx_factory() #761

Closed matthiasdiener closed 1 month ago

matthiasdiener commented 1 month ago

(otherwise, the wrong context may be used, and users get asked to select a context with pytest -s)

inducer commented 1 month ago

Thx!