forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathNOTICE
More file actions
95 lines (92 loc) · 4.62 KB
/
Copy pathNOTICE
File metadata and controls
95 lines (92 loc) · 4.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
The MetaX-MACA/mcTVM project is modified from apache/tvm (https://github.com/apache/tvm). Please see the LICENSE for the license for this project.
The following files may have been Modified by MetaX Integrated Circuits (Shanghai) Co., Ltd. in 2025.
modified: .github/workflows/main.yml
modified: .pre-commit-config.yaml
modified: CMakeLists.txt
modified: README.md
modified: cmake/config.cmake
modified: cmake/modules/LibInfo.cmake
modified: include/tvm/meta_schedule/mutator.h
modified: include/tvm/meta_schedule/postproc.h
modified: include/tvm/meta_schedule/schedule_rule.h
modified: include/tvm/runtime/device_api.h
modified: include/tvm/runtime/ndarray.h
modified: python/tvm/__init__.py
modified: python/tvm/dlight/base/utils.py
modified: python/tvm/dlight/benchmark/bench.py
modified: python/tvm/dlight/gpu/gemv.py
modified: python/tvm/dlight/gpu/general_reduction.py
modified: python/tvm/dlight/gpu/low_batch_gemv.py
modified: python/tvm/dlight/gpu/rmsnorm.py
modified: python/tvm/dlight/gpu/transpose.py
modified: python/tvm/ffi/__init__.py
modified: python/tvm/ffi/cython/device.pxi
modified: python/tvm/ffi/ndarray.py
modified: python/tvm/meta_schedule/schedule_rule/schedule_rule.py
modified: python/tvm/meta_schedule/space_generator/space_generator.py
modified: python/tvm/meta_schedule/testing/space_generation.py
modified: python/tvm/runtime/ndarray.py
modified: python/tvm/target/__init__.py
modified: python/tvm/target/detect_target.py
modified: python/tvm/target/target.py
modified: python/tvm/testing/plugin.py
modified: python/tvm/testing/utils.py
modified: python/tvm/tir/tensor_intrin/__init__.py
modified: src/meta_schedule/mutator/mutator.cc
modified: src/meta_schedule/postproc/postproc.cc
modified: src/meta_schedule/postproc/verify_gpu_code.cc
modified: src/meta_schedule/schedule_rule/schedule_rule.cc
modified: src/meta_schedule/space_generator/space_generator.cc
modified: src/meta_schedule/utils.h
modified: src/runtime/module.cc
modified: src/runtime/ndarray.cc
modified: src/support/libinfo.cc
modified: src/target/tag.cc
modified: src/target/target_kind.cc
modified: src/tir/analysis/verify_memory.cc
modified: src/tir/transforms/default_gpu_schedule.cc
modified: src/tir/transforms/lower_thread_allreduce.cc
modified: src/tir/transforms/lower_warp_memory.cc
modified: src/tir/transforms/unsupported_dtype_legalize.cc
modified: tests/lint/check_file_type.py
modified: tests/python/all-platform-minimal-test/test_runtime_ndarray.py
modified: tests/python/codegen/test_gpu_codegen_allreduce.py
modified: tests/python/codegen/test_target_codegen.py
modified: tests/python/codegen/test_target_codegen_blob.py
modified: tests/python/codegen/test_target_codegen_cuda.py
modified: tests/python/codegen/test_target_codegen_device.py
modified: tests/python/codegen/test_target_codegen_extern.py
modified: tests/python/codegen/test_target_codegen_gpu_common.py
modified: tests/python/testing/test_tvm_testing_features.py
Modification copyright 2025 MetaX Integrated Circuits (Shanghai) Co., Ltd.
The following files are newly added by MetaX Integrated Circuits (Shanghai) Co., Ltd. in 2025. All rights reserved.
added: CONTRIBUTING.md
added: CONTRIBUTING_ZH.md
added: README_TVM.md
added: README_ZH.md
added: cmake/modules/MACA.cmake
added: cmake/utils/FindMACA.cmake
added: imgs/logo.png
added: python/tvm/contrib/mxcc.py
added: python/tvm/tir/tensor_intrin/maca.py
added: src/backend/maca/runtime/maca_common.h
added: src/backend/maca/runtime/maca_device_api.cc
added: src/backend/maca/runtime/maca_module.cc
added: src/backend/maca/runtime/maca_module.h
added: src/backend/maca/codegen/build_maca_off.cc
added: src/backend/maca/codegen/build_maca_on.cc
added: src/backend/maca/codegen/codegen_maca.cc
added: src/backend/maca/codegen/codegen_maca.h
added: src/backend/maca/codegen/intrin_rule_maca.cc
added: src/backend/maca/codegen/maca_fallback_module.cc
added: src/backend/maca/codegen/maca_fallback_module.h
added: src/backend/maca/codegen/target_kind.cc
added: src/backend/cuda/codegen/literal/maca_half_t.h
added: tests/python/codegen/test_target_codegen_maca.py
added: tests/scripts/notice.py
---------------------------------------------------
The following is content of the NOTICE file of apache/tvm:
Apache TVM
Copyright 2019-2023 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).