We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85da884 commit 2761b47Copy full SHA for 2761b47
.flake8
@@ -24,6 +24,7 @@ per-file-ignores =
24
dpctl/program/_program.pyx: E999, E225, E226, E227
25
dpctl/tensor/_usmarray.pyx: E999, E225, E226, E227
26
dpctl/tensor/numpy_usm_shared.py: F821
27
+ dpctl/tests/_cython_api.pyx: E999, E225, E227, E402
28
examples/cython/sycl_buffer/_buffer_example.pyx: E999, E225, E402
29
examples/cython/sycl_direct_linkage/_buffer_example.pyx: E999, E225, E402
30
examples/cython/usm_memory/blackscholes.pyx: E999, E225, E226, E402
0 commit comments