[2026春季][T1-1-1] HyosungSink#79
Closed
HyosungSink wants to merge 11 commits into
Closed
Conversation
e7ccc3b to
1053c1c
Compare
1053c1c to
2824162
Compare
ec69e6f to
0ccbed2
Compare
73667a0 to
e68650b
Compare
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
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.
Summary
rad2deg,copysign,lcm,lgamma, andnextafter.ntops.torchwrappers, registration, operator-scoped correctness tests, and operator-scoped performance tests.use_ntopspath while using PyTorch only as the test reference, not as the runtime implementation.0.913x, Iluvatar0.932x, and MetaX0.901x.Validation
torch_ms / ntops_ms >= 0.9.use_ntopspath on NVIDIA, Iluvatar, and MetaX.Performance Summary
rad2deg Performance Cases
large
1d
large
1d
large
1d
large
2d
large
3d
large
3d
large
3d
large
out
1d
large
out
2d
large
out
3d
mid
1d
mid
1d
mid
1d
small
1d
noncontig
4096
noncontig
4096
noncontig
2048
noncontig
out
4096
permute3d
256x256x128
permute3d
out
256x256x128
copysign Performance Cases
large
1d
large
1d
large
1d
large
2d
large
3d
large
3d
large
3d
large
out
1d
large
out
2d
large
out
3d
mid
1d
mid
1d
mid
1d
small
1d
broadcast
rect
2048x8192
broadcast
4096
noncontig
4096
noncontig
4096
noncontig
2048
permute3d
out
256x256x128
lcm Performance Cases
large
1d
large
positive
1d
large
2d
large
positive
2d
large
3d
large
positive
3d
large
out
1d
large
out
2d
broadcast
8192
large
low
1d
mid
1d
large
1d
mid
1d
large
1d
mid
1d
mid
1d
noncontig
4096
noncontig
out
4096
noncontig
6144
permute3d
out
256x256x128
lgamma Performance Cases
large
1d
large
1d
large
1d
large
2d
large
3d
large
3d
large
3d
large
out
1d
large
out
2d
large
out
3d
mid
1d
mid
1d
mid
1d
small
1d
noncontig
4096
noncontig
4096
noncontig
2048
noncontig
out
4096
permute3d
256x256x128
permute3d
out
256x256x128
nextafter Performance Cases
large
1d
large
1d
large
1d
large
2d
large
3d
large
3d
large
3d
large
out
1d
large
out
2d
large
out
3d
mid
1d
mid
1d
mid
1d
small
1d
broadcast
rect
2048x8192
broadcast
4096
noncontig
4096
noncontig
4096
noncontig
2048
permute3d
out
256x256x128
Notes
nextafterfloat16 fix is gated byhalf and iluvatar; NVIDIA paths remain on the existing ntops/NineToothed kernels.nextafteruses the MetaX 1024/8 configuration before the Iluvatar 256/4 branch.