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

Align GPUInterpreter and NativeInterpreter constructors. #457

Merged
merged 1 commit into from
May 24, 2023

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented May 24, 2023

Having an identical copy constructor makes it possible to do typeof(interp)(interp; opt_params=...), for example.

@codecov
Copy link

codecov bot commented May 24, 2023

Codecov Report

Patch coverage: 81.81% and project coverage change: -1.23 ⚠️

Comparison is base (5536c45) 82.58% compared to head (0a597da) 81.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #457      +/-   ##
==========================================
- Coverage   82.58%   81.36%   -1.23%     
==========================================
  Files          23       23              
  Lines        3124     3117       -7     
==========================================
- Hits         2580     2536      -44     
- Misses        544      581      +37     
Impacted Files Coverage Δ
src/interface.jl 82.89% <ø> (-1.32%) ⬇️
src/jlgen.jl 69.75% <80.00%> (-11.78%) ⬇️
src/validation.jl 96.15% <100.00%> (-0.12%) ⬇️

... and 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@maleadt maleadt merged commit 5099481 into master May 24, 2023
@maleadt maleadt deleted the tb/interpreter_ctors branch May 24, 2023 15:00
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