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

generate.py: Make DSO path absolute #95

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

swolchok
Copy link
Contributor

@swolchok swolchok commented Apr 9, 2024

Summary: Relative path doesn't seem to work with dlopen.

Test Plan: generate.py with --dso-path was failing to dlopen before; now it works.

Summary: Relative path doesn't seem to work with dlopen.

Test Plan: generate.py with --dso-path was failing to dlopen before; now it works.
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Apr 9, 2024
@swolchok swolchok requested review from desertfire and mikekgfb and removed request for desertfire April 9, 2024 17:04
Copy link
Contributor

@mikekgfb mikekgfb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, should we make ET path absolute, too, for symmetry, as a matter of course. (It may be strictly unnecessary, but for symmetry/consistency?)

@mikekgfb mikekgfb merged commit b05e203 into pytorch:main Apr 9, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants