Skip to content
Snippets Groups Projects
Commit 2c65b1f8 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Remove clear_global_ctx in OpenCL test (apparently createing two CL contexts does not work always)

parent 607aafa8
Branches
Tags
1 merge request!135CI: Replace minimal-ubuntu job with ubuntu
Pipeline #21294 failed
...@@ -246,8 +246,6 @@ def test_kernel_creation(): ...@@ -246,8 +246,6 @@ def test_kernel_creation():
print(assignments) print(assignments)
pystencils.opencl.clear_global_ctx()
import pystencils.opencl.autoinit import pystencils.opencl.autoinit
ast = pystencils.create_kernel(assignments, target='opencl') ast = pystencils.create_kernel(assignments, target='opencl')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment