-
Notifications
You must be signed in to change notification settings - Fork 60
[T1-1-2] tianyuxbear #353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tianyuxbear
wants to merge
18
commits into
InfiniTensor:main
Choose a base branch
from
tianyuxbear:submission
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[T1-1-2] tianyuxbear #353
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… and GGUF test code aaa
…and GGUF test code
… tests, and GGUF test code
…tests, and GGUF test code
…, and GGUF test code
…ests, and GGUF test code
…it tests, and GGUF test code
… and GGUF test code
…it tests, and GGUF test code
…de, PyTorch unit tests, and GGUF test code
… the MetaX platform
…whose data type is F64
fix: modify some codes to profile
06bd1fa to
89f3bb9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
完成
T1-1-2赛题所有算子的实现代码、Pytorch单元测试代码以及GGUF测试代码。算子设计文档详见设计文档PR:InfiniTensor/InfiniCore-Documentation#37
测试情况
T1-1-2赛题中所有Pytorch单元测试脚本均已放入scripts/python_test.py中。NVIDIA平台
METAX平台
ILUVATAR平台
实现情况
silu
commit id: bc6b0ec
test/infiniop/libinfiniop/utils.py基建,以更新TestTensor(output)中的torch_tensor为计算得到的新tensor。commit id: 6c2bda3
文档
https://github.com/tianyuxbear/InfiniCore-Documentation/tree/submission/infiniop/ops/silu
div
commit id: e832909
commit id: 6c2bda3
文档
https://github.com/tianyuxbear/InfiniCore-Documentation/tree/submission/infiniop/ops/div
logical_and
commit id: 147b458
test/infiniop/libinfiniop/utils.py基建,以支持TestTensor中的BOOL以及INT类型。commit id: 6c2bda3
文档
https://github.com/tianyuxbear/InfiniCore-Documentation/tree/submission/infiniop/ops/logical_and
logical_or
commit id: 9eb53ac
commit id: 6c2bda3
文档
https://github.com/tianyuxbear/InfiniCore-Documentation/tree/submission/infiniop/ops/logical_or
equal(对齐torch.eq)
commit id: 3b72eab
commit id: 6c2bda3
文档
https://github.com/tianyuxbear/InfiniCore-Documentation/tree/submission/infiniop/ops/equal
all_equal(对齐torch.equal)
commit id: e31492b
commit id: 6c2bda3
文档
https://github.com/tianyuxbear/InfiniCore-Documentation/tree/submission/infiniop/ops/all_equal
relu_backward
commit id: 4985e45
commit id: 6c2bda3
文档
https://github.com/tianyuxbear/InfiniCore-Documentation/tree/submission/infiniop/ops/relu_backward
gelu
commit id: 99f3794
commit id: 6c2bda3
文档
https://github.com/tianyuxbear/InfiniCore-Documentation/tree/submission/infiniop/ops/gelu
gelu_backward
commit id: 9ea3cab
commit id: 6c2bda3
文档
https://github.com/tianyuxbear/InfiniCore-Documentation/tree/submission/infiniop/ops/gelu_backward
cross_entropy_loss_backward
commit id: 7410148
commit id: 6c2bda3
文档
https://github.com/tianyuxbear/InfiniCore-Documentation/tree/submission/infiniop/ops/cross_entropy_loss_backward