-
Notifications
You must be signed in to change notification settings - Fork 88
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
Update time op to more accurately get device time #2104
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2104 +/- ##
===========================================
- Coverage 91.45% 91.45% -0.01%
===========================================
Files 433 433
Lines 16175 16174 -1
===========================================
- Hits 14793 14792 -1
Misses 1382 1382
|
Check results before merge 🔆 |
🔴bert_base_cased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output🔴distilgpt2_fp16: FAILED: MIGraphX is not within tolerance - check verbose output |
this fails when I tested it with mlir root@ce81174f8f3c:/workspace/AMDMIGraphX# MIGRAPHX_ENABLE_MLIR=1 migraphx-driver perf /models/mlperf/resnet50_v1.onnx |
Fixed. |
Attaching events to the launch kernel has a lot of overhead. Instead run the op in the loop, and then add a hip event at the end of the loop.