Skip to content
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

Test out spell checking (#51704) on a recent PR (#51701) #51739

Closed
wants to merge 3 commits into from

Conversation

LilithHafner
Copy link
Member

This should not be merged.
This is a test of #51704, to see how spell checking works in practice.
This has nothing to do with the content of #51701, the folks over there can proceed without regard to this PR.

@LilithHafner LilithHafner added the DO NOT MERGE Do not merge this PR! label Oct 17, 2023
@LilithHafner LilithHafner mentioned this pull request Oct 17, 2023
3 tasks
Comment on lines +1498 to +1510
for (gemmt, elty) in
((:dgemmt_,:Float64),
(:sgemmt_,:Float32),
(:zgemmt_,:ComplexF64),
(:cgemmt_,:ComplexF32))
@eval begin
# SUBROUTINE DGEMMT(UPLO,TRANSA,TRANSB,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC)
# * .. Scalar Arguments ..
# DOUBLE PRECISION ALPHA,BETA
# INTEGER K,LDA,LDB,LDC,N
# CHARACTER UPLO,TRANSA,TRANSB
# * .. Array Arguments ..
# DOUBLE PRECISION A(LDA,*),B(LDB,*),C(LDC,*)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No false positives!

@LilithHafner LilithHafner deleted the lh/spell-trial-run branch November 4, 2023 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Do not merge this PR!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants