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

Add IR dumping #638

Merged
merged 8 commits into from
Jan 30, 2025
Merged

Add IR dumping #638

merged 8 commits into from
Jan 30, 2025

Conversation

wsmoses
Copy link
Member

@wsmoses wsmoses commented Jan 27, 2025

No description provided.

@wsmoses
Copy link
Member Author

wsmoses commented Jan 29, 2025

@giordano the CUDA jll is broken

ERROR: LoadError: InitError: could not load library "/root/.cache/julia-buildkite-plugin/depots/0190ad31-dfb1-4a4c-ac5b-02d05277ba6c/artifacts/379d34d3179cb57eb475af426a954f27f35d6f4c/lib/libReactantExtra.so"
--
  | /root/.cache/julia-buildkite-plugin/depots/0190ad31-dfb1-4a4c-ac5b-02d05277ba6c/artifacts/379d34d3179cb57eb475af426a954f27f35d6f4c/lib/libReactantExtra.so: undefined symbol: descriptor_table_xla_2fstream_5fexecutor_2fcuda_2fcuda_5fcompute_5fcapability_2eproto

@giordano
Copy link
Member

Sigh. Maybe we had to use the cuda capability proto stuff always and not just for non-CUDA? This should have been caught by the linker though, but sometimes on Linux unresolved symbols are ignored, there should be a flag to disallow them completely (that's what macOS and Windows do by default).

@giordano
Copy link
Member

Basically, this may be resolved by #647

@wsmoses wsmoses merged commit 0d3c8df into main Jan 30, 2025
35 of 39 checks passed
@wsmoses wsmoses deleted the irdump branch January 30, 2025 10:55
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