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 7c903b6 commit ac978f1Copy full SHA for ac978f1
.flake8
@@ -32,5 +32,5 @@ per-file-ignores =
32
dpctl/utils/_onetrace_context.py: E501, W505
33
dpctl/tensor/_array_api.py: E501, W505
34
examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx: E999, E225, E402
35
- examples/cython/usm_memory/blackscholes/blackscholes.pyx: E999, E225, E226, E402
+ examples/cython/usm_memory/blackscholes/_blackscholes_usm.pyx: E999, E225, E226, E402
36
examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx: E999, E225, E226, E402
0 commit comments