File tree Expand file tree Collapse file tree 4 files changed +52
-22
lines changed Expand file tree Collapse file tree 4 files changed +52
-22
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,6 @@ add_mlir_library(graph_compiler SHARED ${GC_LIB_SOURCES})
103103target_include_directories (graph_compiler PUBLIC ${GC_LIB_INCLUDES} )
104104target_compile_options (graph_compiler PRIVATE -fvisibility=hidden -fexceptions)
105105target_link_options (graph_compiler PRIVATE -Wl,--gc-sections)
106- target_link_libraries (graph_compiler PUBLIC ${GC_LIB_LINKED_LIBS} )
106+ target_link_libraries (graph_compiler PRIVATE ${GC_LIB_LINKED_LIBS} )
107107
108108add_subdirectory (test )
Original file line number Diff line number Diff line change 1- // ===-- DnnlTestUtils.h - Test utils ----------------------------*- C++ -*-===//
2- //
3- // This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4- // See https://llvm.org/LICENSE.txt for license information.
5- // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6- //
7- // ===----------------------------------------------------------------------===//
1+ /*
2+ * Copyright (C) 2024 Intel Corporation
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing,
11+ * software distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions
14+ * and limitations under the License.
15+ *
16+ * SPDX-License-Identifier: Apache-2.0
17+ */
818
919#include < filesystem>
1020#include < fstream>
Original file line number Diff line number Diff line change 1- // ===-- TestApiBasic.cpp - Basic tests for the dnnl interface ---*- C++ -*-===//
2- //
3- // This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4- // See https://llvm.org/LICENSE.txt for license information.
5- // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6- //
7- // ===----------------------------------------------------------------------===//
1+ /*
2+ * Copyright (C) 2024 Intel Corporation
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing,
11+ * software distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions
14+ * and limitations under the License.
15+ *
16+ * SPDX-License-Identifier: Apache-2.0
17+ */
818
919#include < gtest/gtest.h>
1020
Original file line number Diff line number Diff line change 1- // ===-- TestJsonParser.cpp - JsonParser test --------------------*- C++ -*-===//
2- //
3- // This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4- // See https://llvm.org/LICENSE.txt for license information.
5- // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6- //
7- // ===----------------------------------------------------------------------===//
1+ /*
2+ * Copyright (C) 2024 Intel Corporation
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing,
11+ * software distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions
14+ * and limitations under the License.
15+ *
16+ * SPDX-License-Identifier: Apache-2.0
17+ */
818
919#include < gtest/gtest.h>
1020
You can’t perform that action at this time.
0 commit comments