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

Integrate JET via Requires.jl #300

Closed
wants to merge 2 commits into from
Closed

Integrate JET via Requires.jl #300

wants to merge 2 commits into from

Conversation

timholy
Copy link
Owner

@timholy timholy commented Sep 24, 2022

Both SnoopCompile and JET are difficult to keep compatible with nightly and across older versions of Julia, so requiring that both are working (or even, just precompiling) simultaneously is twice the risk. If we put the JET integration under @require, then we can load SnoopCompile without JET.

The sad part is that this should probably be viewed as a breaking change (now users have to manually load JET) and thus we need to go to 3.0.0.

@codecov
Copy link

codecov bot commented Sep 24, 2022

Codecov Report

Base: 83.99% // Head: 83.96% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (fe3f96b) compared to base (7d779d9).
Patch coverage: 92.30% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #300      +/-   ##
==========================================
- Coverage   83.99%   83.96%   -0.03%     
==========================================
  Files          17       18       +1     
  Lines        2162     2158       -4     
==========================================
- Hits         1816     1812       -4     
  Misses        346      346              
Impacted Files Coverage Δ
src/parcel_snoopi_deep.jl 89.67% <ø> (-0.23%) ⬇️
src/jet_integration.jl 90.90% <90.90%> (ø)
src/SnoopCompile.jl 100.00% <100.00%> (ø)
src/parcel_snoopi.jl 92.46% <0.00%> (-1.68%) ⬇️
SnoopCompileCore/src/snoopi.jl 61.81% <0.00%> (+6.08%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

Both SnoopCompile and JET are difficult to keep compatible
with nightly and across older versions of Julia, so requiring
that both are working (or even, just precompiling) simultaneously
is twice the risk. If we put the JET integration under `@require`,
then we can load SnoopCompile without JET.
@mkitti
Copy link
Contributor

mkitti commented Apr 14, 2024

This is made obsolete by #379

@aviatesk
Copy link
Collaborator

Yeah, this is superseded by #379.

@aviatesk aviatesk closed this Apr 15, 2024
@aviatesk aviatesk deleted the teh/split_jet branch April 15, 2024 01:08
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.

3 participants