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

fix missing exports on Windows #2426

Merged
merged 3 commits into from
Nov 10, 2023
Merged

fix missing exports on Windows #2426

merged 3 commits into from
Nov 10, 2023

Conversation

apwojcik
Copy link
Collaborator

@apwojcik apwojcik commented Nov 9, 2023

No description provided.

@apwojcik apwojcik added the Windows Related changes for Windows Environments label Nov 9, 2023
@apwojcik apwojcik requested review from pfultz2 and scxiao November 9, 2023 16:21
@migraphx-bot
Copy link
Collaborator

Test Batch Rate new
be122e
Rate old
48c445
Diff Compare
torchvision-resnet50 64 2,831.76 2,830.54 0.04%
torchvision-resnet50_fp16 64 6,494.68 6,496.02 -0.02%
torchvision-densenet121 32 2,082.66 2,074.00 0.42%
torchvision-densenet121_fp16 32 3,668.38 3,665.71 0.07%
torchvision-inceptionv3 32 1,584.72 1,585.36 -0.04%
torchvision-inceptionv3_fp16 32 2,569.83 2,552.16 0.69%
cadene-inceptionv4 16 703.15 702.99 0.02%
cadene-resnext64x4 16 691.73 692.48 -0.11%
slim-mobilenet 64 8,342.00 8,351.54 -0.11%
slim-nasnetalarge 64 225.57 225.58 -0.00%
slim-resnet50v2 64 2,666.24 2,666.36 -0.00%
bert-mrpc-onnx 8 820.97 820.50 0.06%
bert-mrpc-tf 1 388.25 388.79 -0.14%
pytorch-examples-wlang-gru 1 298.28 299.18 -0.30%
pytorch-examples-wlang-lstm 1 318.91 312.14 2.17%
torchvision-resnet50_1 1 599.96 602.24 -0.38%
torchvision-inceptionv3_1 1 341.51 342.44 -0.27%
cadene-dpn92_1 1 399.72 401.49 -0.44%
cadene-resnext101_1 1 329.40 327.16 0.68%
slim-vgg16_1 1 458.66 459.31 -0.14%
slim-mobilenet_1 1 2,135.06 2,119.77 0.72%
slim-inceptionv4_1 1 220.88 217.10 1.74%
onnx-taau-downsample 1 303.85 303.81 0.01%
dlrm-criteoterabyte 1 21.61 21.59 0.11%
dlrm-criteoterabyte_fp16 1 40.62 40.65 -0.08%
agentmodel 1 nan nan nan%
unet_fp16 2 54.94 54.93 0.01%
resnet50v1_fp16 1 951.00 975.43 -2.50%
bert_base_cased_fp16 64 968.02 967.63 0.04%
bert_large_uncased_fp16 32 304.25 304.08 0.06%
bert_large_fp16 1 166.53 166.92 -0.23%
distilgpt2_fp16 16 1,273.88 1,274.21 -0.03%

This build is not recommended to merge 🔴

@migraphx-bot
Copy link
Collaborator


    :white_check_mark:bert-mrpc-onnx: PASSED: MIGraphX meets tolerance

    :white_check_mark:bert-mrpc-tf: PASSED: MIGraphX meets tolerance

    :white_check_mark:pytorch-examples-wlang-gru: PASSED: MIGraphX meets tolerance

    :white_check_mark:pytorch-examples-wlang-lstm: PASSED: MIGraphX meets tolerance

    :white_check_mark:torchvision-resnet50_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:torchvision-inceptionv3_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:cadene-dpn92_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:cadene-resnext101_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:slim-vgg16_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:slim-mobilenet_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:slim-inceptionv4_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:dlrm-criteoterabyte: PASSED: MIGraphX meets tolerance

❌agentmodel: ERROR - check error outputTraceback (most recent call last):
File "/src/AMDMIGraphX/tools/accuracy/accuracy_checker.py", line 336, in
main()
File "/src/AMDMIGraphX/tools/accuracy/accuracy_checker.py", line 254, in main
pred_migx = np.array(model.run(params)[-1])
RuntimeError: /src/AMDMIGraphX/src/targets/gpu/device/include/migraphx/gpu/device/visit.hpp:140: hip_visit_views_impl: Ranks must be the same


    :white_check_mark:unet: PASSED: MIGraphX meets tolerance

    :white_check_mark:resnet50v1: PASSED: MIGraphX meets tolerance

🔴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


    :white_check_mark:bert_large: PASSED: MIGraphX meets tolerance

🔴distilgpt2_fp16: FAILED: MIGraphX is not within tolerance - check verbose output

@causten causten merged commit d8011ad into develop Nov 10, 2023
@causten causten deleted the missing_export_module branch November 10, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Windows Related changes for Windows Environments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants