Skip to content

Don't duplicate const defs#2703

Merged
kshyatt merged 1 commit intomasterfrom
ksh/precomp
Mar 20, 2025
Merged

Don't duplicate const defs#2703
kshyatt merged 1 commit intomasterfrom
ksh/precomp

Conversation

@kshyatt
Copy link
Copy Markdown
Member

@kshyatt kshyatt commented Mar 19, 2025

This should address #2690. I tested locally on 1.11.1 and 1.11.2 and was able to precompile on both. Currently running tests to make sure nothing broke.

cc @scheidan @waywardpidgeon @oschulz and @bgctw

@kshyatt kshyatt added bugfix This gets something working again. cuda libraries Stuff about CUDA library wrappers. labels Mar 19, 2025
@kshyatt kshyatt requested a review from maleadt March 19, 2025 19:34
@kshyatt
Copy link
Copy Markdown
Member Author

kshyatt commented Mar 19, 2025

OK, the full testsuite passed for me on 1.11.2. Running 1.11.1 now.

@kshyatt
Copy link
Copy Markdown
Member Author

kshyatt commented Mar 19, 2025

OK, 1.11.1 looks good too. I think this is good to go.

@kshyatt kshyatt enabled auto-merge (squash) March 20, 2025 00:10
@kshyatt kshyatt merged commit a28c545 into master Mar 20, 2025
3 checks passed
@kshyatt kshyatt deleted the ksh/precomp branch March 20, 2025 02:12
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.66%. Comparing base (19a7ea2) to head (32a60c0).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2703      +/-   ##
==========================================
+ Coverage   83.51%   83.66%   +0.14%     
==========================================
  Files         153      153              
  Lines       13592    13588       -4     
==========================================
+ Hits        11351    11368      +17     
+ Misses       2241     2220      -21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@charleskawczynski
Copy link
Copy Markdown
Contributor

Can we make a new patch release with this fix?

@kshyatt
Copy link
Copy Markdown
Member Author

kshyatt commented Mar 20, 2025

cc @maleadt ^

@kshyatt
Copy link
Copy Markdown
Member Author

kshyatt commented Mar 20, 2025

@charleskawczynski #2708

@charleskawczynski
Copy link
Copy Markdown
Contributor

@charleskawczynski #2708

Thank you!

@kshyatt
Copy link
Copy Markdown
Member Author

kshyatt commented Mar 21, 2025

New version tagged! Did that fix everything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix This gets something working again. cuda libraries Stuff about CUDA library wrappers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Precompilation errors: ERROR: LoadError: invalid redefinition of constant CUSPARSE.CuSparseUpperOrUnitUpperTriangular

2 participants