Skip to content

Support object files in JIT#290

Open
rayegun wants to merge 3 commits intoDrTimothyAldenDavis:dev3from
rayegun:jljit
Open

Support object files in JIT#290
rayegun wants to merge 3 commits intoDrTimothyAldenDavis:dev3from
rayegun:jljit

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