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

Try just 1 thread on x86 #747

Closed
wants to merge 4 commits into from
Closed

Try just 1 thread on x86 #747

wants to merge 4 commits into from

Conversation

penelopeysm
Copy link
Member

@penelopeysm penelopeysm commented Dec 11, 2024

Attempt at fixing #725.

Doesn't work. At this point I'm pretty sure there's an issue with the Julia GC when it runs on x86.

Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.49%. Comparing base (9d52b28) to head (03935b7).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #747   +/-   ##
=======================================
  Coverage   86.49%   86.49%           
=======================================
  Files          36       36           
  Lines        4272     4272           
=======================================
  Hits         3695     3695           
  Misses        577      577           

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

@coveralls
Copy link

coveralls commented Dec 11, 2024

Pull Request Test Coverage Report for Build 12299146619

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.493%

Totals Coverage Status
Change from base Build 12295360310: 0.0%
Covered Lines: 3695
Relevant Lines: 4272

💛 - Coveralls

@@ -42,7 +42,7 @@ Random.seed!(100)

include("test_util.jl")

@testset "DynamicPPL.jl" begin
@testset verbose=true "DynamicPPL.jl" begin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
@testset verbose=true "DynamicPPL.jl" begin
@testset verbose = true "DynamicPPL.jl" begin

@yebai yebai deleted the py/gcthreads branch December 13, 2024 22:17
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