Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 165f311

Browse files
committed
moving proto to tc folder
1 parent 8f32ae3 commit 165f311

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ message(STATUS "Found glog: ${GLOG_LIBRARIES}")
247247
# message(STATUS "${_variableName}=${${_variableName}}")
248248
# endforeach()
249249

250+
add_subdirectory(tc/proto)
250251
add_subdirectory(src)
251252

252253
# At the moment pybind is only supported in CUDA mode and compilation fails

CodeOwners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ src/autotuner/*
7878
* **Theodoros Theodoridis** [@ttheodor](https://github.com/ttheodor)
7979
* **Nicolas Vasilache** [@nicolasvasilache](https://github.com/nicolasvasilache)
8080
```
81-
src/proto/*
81+
tc/proto/*
8282
src/mapping_options*
8383
```
8484

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
################################################################################
3939
# Copy the proto files only
4040
################################################################################
41-
copyfile("src/proto/compcache.proto", "tensor_comprehensions/compilation_cache.proto")
42-
copyfile("src/proto/mapping_options.proto", "tensor_comprehensions/mapping_options.proto")
41+
copyfile("tc/proto/compcache.proto", "tensor_comprehensions/compilation_cache.proto")
42+
copyfile("tc/proto/mapping_options.proto", "tensor_comprehensions/mapping_options.proto")
4343

4444
################################################################################
4545
# Custom override commands

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ include_directories(.)
22
include_directories(../include)
33

44
add_subdirectory(lang)
5-
add_subdirectory(proto)
65
add_subdirectory(version)
76
add_subdirectory(core)
87
add_subdirectory(autotuner)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)