-
Notifications
You must be signed in to change notification settings - Fork 14
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
DLRM suggest benchmark #4
Comments
ZenDNN library is intended to be used in conjunction with the frameworks like TensorFlow, PyTorch, ONNXRT and cannot be used independently. We recommend to refer the official DLRM https://github.com/facebookresearch/dlrm.git for benchmarking. |
Thank you! It is really helpful. BTW, how about the suggest benchmark of Bert-Large? |
When I ran the official dlrm benchmark with ZenDNN v3.3 pytorch (python3.8), there is an issue: These issues didn't happen when I didn't use ZenDNN. The benchmark cmd: |
Segmentation fault (core dumped) occurred using ZenDNN3.2 pytorch when using criteo data benchmark on dlrm_s_pytorch.py (in https://github.com/facebookresearch/dlrm.git) |
Hi, Please refer the Bert: https://github.com/google-research/bert |
|
Thank you. And how about the "RuntimeError: could not execute a primitive" using zendnn3.3? |
That is also fixed. The fix will be submitted very soon. |
Hi,
I read about your doc and the example of benchmark only has CNN related model.
And what benchmark tool do you suggest to use with DLRM and running on AMD platform using ZenDNN?
Thanks
The text was updated successfully, but these errors were encountered: