Skip to content

Commit

Permalink
relax JET: exclude StridedViews
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Aug 16, 2023
1 parent 6b4918b commit cb1b591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2 changes: 2 additions & 0 deletions test/test_jet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ using JET
using ArrayInterface
using Static
using Graphs
using StridedViews
using LinearAlgebra

using JET: ReportPass, BasicPass, InferenceErrorReport, UncaughtExceptionReport
Expand All @@ -29,6 +30,7 @@ end
AnyFrameModule(Graphs.SimpleGraphs),
AnyFrameModule(ArrayInterface),
AnyFrameModule(Static),
AnyFrameModule(StridedViews),
AnyFrameModule(LinearAlgebra),
)
)
Expand Down

0 comments on commit cb1b591

Please sign in to comment.