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

Support object files in JIT #290

Open
wants to merge 3 commits into
base: dev3
Choose a base branch
from

Conversation

rayegun
Copy link
Contributor

@rayegun rayegun commented May 20, 2024

I consider this WIP because I have some more testing to do on other platforms. This PR adds a few new global options, as well as the ability to treat a string as a path for the JIT. Sorry it took so long I was debugging going from macOS to linux.

The object file vs header file and LTO are handled by the user-defined compiler flags, not by any hardcoded controls. This is fairly natural, as the LTO handling may differ slightly between different linkers and compiler drivers.

In a separate PR I will add the support to control JIT compilation on an operator level.

@rayegun
Copy link
Contributor Author

rayegun commented May 20, 2024

Hmmmm. This commit history does not look right haha. Let me try to fix that

@rayegun
Copy link
Contributor Author

rayegun commented May 20, 2024

Oh it's because I made it against stable oops. That's much better

@rayegun rayegun changed the base branch from stable to dev3 May 20, 2024 15:52
@DrTimothyAldenDavis
Copy link
Owner

The Source/fy files are now in the Source/jitifyer folder. Source/GrB_Global_set.c has been moved to Source/get_set/GrB_Global_set.c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants