-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add LD_PRELOAD for sequence batcher/infer tests #5125
Conversation
qa/L0_infer/test.sh
Outdated
# PyTorch on SBSA requires libgomp to be loaded first. See the following | ||
# GitHub issue for more information: | ||
# https://github.com/pytorch/pytorch/issues/2575 | ||
if [ $TEST_REPO_ARCH = "arm_a100" ]; then |
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.
@Tabrizian
I think there should be ==
sign for condition.
Also wondering if we can compare against HOSTTYPE
or uname -m
result instead of using NV value?
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.
Fixed the variable name. Both =
and ==
will compare the equality. See below for more info:
* Add LD_PRELOAD for sequence batcher/infer tests * Review edit
* Add LD_PRELOAD for sequence batcher/infer tests * Review edit
* Add LD_PRELOAD for sequence batcher/infer tests * Review edit
No description provided.