-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add blackwell check in TRTRTX EP unit tests for FP4/FP8 Custom ops #26832
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
base: main
Are you sure you want to change the base?
Add blackwell check in TRTRTX EP unit tests for FP4/FP8 Custom ops #26832
Conversation
|
CC @yuslepukhin |
| } | ||
|
|
||
| // Log GPU compute capability | ||
| std::cout << "GPU Compute Capability: SM " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will print for each test case that using this function. It can be moved to GetCudaArchitecture to print only once.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
/azp run Linux QNN CI Pipeline, Win_TRT_Minimal_CUDA_Test_CI, Windows ARM64 QNN CI Pipeline, Windows GPU Doc Gen CI Pipeline |
|
Azure Pipelines successfully started running 4 pipeline(s). |
yuslepukhin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
Description
Motivation and Context