Skip to content

Commit 6ea42f4

Browse files
authored
[compiler] Move experimental IRs to deprecated (#16449)
This commit moves experimental IRs (`coco`,`mir`) and related projects to the deprecated directory. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
1 parent 4899b7d commit 6ea42f4

642 files changed

Lines changed: 6 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
exclude:
1616
(?x)^(
1717
.*/__init__.py$|
18-
compiler/nnc/utils/.*\.py$|
18+
.*/nnc/utils/.*\.py$|
1919
runtime/tests/scripts/models/.*/config\.sh$|
2020
res/TensorFlowTests/.*\.py$
2121
)

compiler/_deprecated/README.md

Lines changed: 5 additions & 0 deletions
File renamed without changes.

compiler/coco/core/include/coco/ADT/DLinkedList.h renamed to compiler/_deprecated/coco/core/include/coco/ADT/DLinkedList.h

File renamed without changes.
File renamed without changes.

compiler/coco/core/include/coco/ADT/PtrManager.h renamed to compiler/_deprecated/coco/core/include/coco/ADT/PtrManager.h

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)