Skip to content

Improved NVRTC and Julia artifact compatibility - #398

Open
fjwillemsen wants to merge 9 commits into
masterfrom
julia
Open

Improved NVRTC and Julia artifact compatibility#398
fjwillemsen wants to merge 9 commits into
masterfrom
julia

Conversation

@fjwillemsen

Copy link
Copy Markdown
Member

This pull request prevents an issue where Julia artifacts, including libnvrtc.so, could be found on the path when operating outside Julia.
This is solved in two ways: by lazily importing juliacall, and by preloading the intended libnvrtc from system paths.
In addition, this pull request does some housekeeping:

  • checks presence of juliacall instead of loading full library to determine test context
  • added a missing Python 3.14 classifier
  • updates to the documentation and test requirement files.

@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant