Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephan Seitz
pystencils
Commits
f645c192
Commit
f645c192
authored
Jan 16, 2020
by
Stephan Seitz
Browse files
Remove unused import in `test_opencl`
parent
6acfc72a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils_tests/test_opencl.py
View file @
f645c192
...
...
@@ -5,7 +5,7 @@ import sympy as sp
import
pystencils
from
pystencils.backends.cuda_backend
import
CudaBackend
from
pystencils.backends.opencl_backend
import
OpenClBackend
from
pystencils.opencl.opencljit
import
get_global_cl_queue
,
init_globally
,
make_python_function
from
pystencils.opencl.opencljit
import
get_global_cl_queue
,
make_python_function
try
:
import
pyopencl
as
cl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment