Skip to content

Commit 596f800

Browse files
committed
remove tensor from linting and gitignore
1 parent d11f0c0 commit 596f800

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.flake8

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,9 @@ per-file-ignores =
2323
dpctl/_sycl_queue_manager.pyx: E999, E225
2424
dpctl/memory/_memory.pyx: E999, E225, E226, E227
2525
dpctl/program/_program.pyx: E999, E225, E226, E227
26-
dpctl/tensor/_usmarray.pyx: E999, E225, E226, E227
27-
dpctl/tensor/_dlpack.pyx: E999, E225, E226, E227
28-
dpctl/tensor/_flags.pyx: E999, E225, E226, E227
29-
dpctl/tensor/numpy_usm_shared.py: F821
3026
dpctl/tests/_cython_api.pyx: E999, E225, E227, E402
3127
dpctl/utils/_compute_follows_data.pyx: E999, E225, E227
3228
dpctl/utils/_onetrace_context.py: E501, W505
33-
dpctl/tensor/_array_api.py: E501, W505
3429
examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx: E999, E225, E402
3530
examples/cython/usm_memory/blackscholes/_blackscholes_usm.pyx: E999, E225, E226, E402
3631
examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx: E999, E225, E226, E402

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ dpctl/_sycl_event.h
9898
dpctl/_sycl_queue.h
9999
dpctl/_sycl_queue_manager.h
100100
dpctl/memory/_memory.h
101-
dpctl/tensor/_usmarray.h
102101

103102
# moved cmake scripts
104103
dpctl/resources/cmake

0 commit comments

Comments
 (0)