Skip to content

Commit ef6948b

Browse files
Remove Tapir
1 parent 02b98c2 commit ef6948b

File tree

3 files changed

+25
-58
lines changed

3 files changed

+25
-58
lines changed

benchmarks/AutomaticDifferentiation/JuliaAD.jmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Guillaume Dalle and Chris Rackauckas
55

66
```julia
77
using DifferentiationInterface, DifferentiationInterfaceTest, DataFrames, DataFramesMeta
8-
import Enzyme, Zygote, Tapir
8+
import Enzyme, Zygote, Mooncake
99
import Markdown, PrettyTables, Printf
1010

1111
function paritytrig(x::AbstractVector{T}) where {T}
@@ -22,7 +22,7 @@ end
2222

2323
backends = [
2424
AutoEnzyme(mode=Enzyme.Reverse),
25-
AutoTapir(safe_mode=false),
25+
AutoMooncake(safe_mode=false),
2626
AutoZygote(),
2727
];
2828

benchmarks/AutomaticDifferentiation/Manifest.toml

Lines changed: 23 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.9"
44
manifest_format = "2.0"
5-
project_hash = "2f8589a6d69c1295560560ec337d9570e195b2ce"
5+
project_hash = "2983b00da262042be0b35f9018f9bdaee47ee5fc"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "e2478490447631aedba0823d4d7a80b2cc8cdb32"
@@ -236,9 +236,9 @@ version = "0.6.0"
236236

237237
[[deps.ChainRules]]
238238
deps = ["Adapt", "ChainRulesCore", "Compat", "Distributed", "GPUArraysCore", "IrrationalConstants", "LinearAlgebra", "Random", "RealDot", "SparseArrays", "SparseInverseSubset", "Statistics", "StructArrays", "SuiteSparse"]
239-
git-tree-sha1 = "204e9b212da5cc7df632b58af8d49763383f47fa"
239+
git-tree-sha1 = "224f9dc510986549c8139def08e06f78c562514d"
240240
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
241-
version = "1.72.4"
241+
version = "1.72.5"
242242

243243
[[deps.ChainRulesCore]]
244244
deps = ["Compat", "LinearAlgebra"]
@@ -524,12 +524,6 @@ git-tree-sha1 = "23163d55f885173722d1e4cf0f6110cdbaf7e272"
524524
uuid = "b552c78f-8df3-52c6-915a-8e097449b14b"
525525
version = "1.15.1"
526526

527-
[[deps.DiffTests]]
528-
deps = ["LinearAlgebra", "SparseArrays", "Statistics"]
529-
git-tree-sha1 = "b92beb1933df01bf4915d3a05e54c2a0aad312c7"
530-
uuid = "de460e47-3fe3-5279-bb4a-814414816d5d"
531-
version = "0.1.2"
532-
533527
[[deps.DifferentiationInterface]]
534528
deps = ["ADTypes", "LinearAlgebra"]
535529
git-tree-sha1 = "c8d85ecfcbaef899308706bebdd8b00107f3fb43"
@@ -689,9 +683,9 @@ version = "1.0.5"
689683

690684
[[deps.Enzyme]]
691685
deps = ["CEnum", "EnzymeCore", "Enzyme_jll", "GPUCompiler", "InteractiveUtils", "LLVM", "Libdl", "LinearAlgebra", "ObjectFile", "PrecompileTools", "Preferences", "Printf", "Random", "SparseArrays"]
692-
git-tree-sha1 = "ef9aa10938d97cd42c524482eda5c523ec4bf0d5"
686+
git-tree-sha1 = "626bc1d9fed8b23c6dfb4e28aa8ab2206c648727"
693687
uuid = "7da242da-08ed-463a-9acd-ee780be4f1d9"
694-
version = "0.13.49"
688+
version = "0.13.50"
695689

696690
[deps.Enzyme.extensions]
697691
EnzymeBFloat16sExt = "BFloat16s"
@@ -710,19 +704,19 @@ version = "0.13.49"
710704
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
711705

712706
[[deps.EnzymeCore]]
713-
git-tree-sha1 = "7d7822a643c33bbff4eab9c87ca8459d7c688db0"
707+
git-tree-sha1 = "8272a687bca7b5c601c0c24fc0c71bff10aafdfd"
714708
uuid = "f151be2c-9106-41f4-ab19-57ee4f262869"
715-
version = "0.8.11"
709+
version = "0.8.12"
716710
weakdeps = ["Adapt"]
717711

718712
[deps.EnzymeCore.extensions]
719713
AdaptExt = "Adapt"
720714

721715
[[deps.Enzyme_jll]]
722716
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
723-
git-tree-sha1 = "168b7e5924b1fdb14bb246e7263438bb26d040c5"
717+
git-tree-sha1 = "9599f53973676cdb42f177d7c34b8374a9a68c42"
724718
uuid = "7cc45869-7501-5eee-bdea-0790c847d4ef"
725-
version = "0.0.181+0"
719+
version = "0.0.182+0"
726720

727721
[[deps.EpollShim_jll]]
728722
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -1029,9 +1023,9 @@ version = "0.3.28"
10291023

10301024
[[deps.IJulia]]
10311025
deps = ["Base64", "Conda", "Dates", "InteractiveUtils", "JSON", "Logging", "Markdown", "MbedTLS", "Pkg", "Printf", "REPL", "Random", "SoftGlobalScope", "UUIDs", "ZMQ"]
1032-
git-tree-sha1 = "5bea4d841d5db750a1bb5ccdc37b2759dfa80066"
1026+
git-tree-sha1 = "9e60d328aa8060368d6dadd24b644d0ebaf0c1cb"
10331027
uuid = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
1034-
version = "1.28.1"
1028+
version = "1.29.0"
10351029

10361030
[[deps.IRTools]]
10371031
deps = ["InteractiveUtils", "MacroTools"]
@@ -1056,9 +1050,9 @@ uuid = "d25df0c9-e2be-5dd7-82c8-3ad0b3e990b9"
10561050
version = "0.1.5"
10571051

10581052
[[deps.InlineStrings]]
1059-
git-tree-sha1 = "6a9fde685a7ac1eb3495f8e812c5a7c3711c2d5e"
1053+
git-tree-sha1 = "8594fac023c5ce1ef78260f24d1ad18b4327b420"
10601054
uuid = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
1061-
version = "1.4.3"
1055+
version = "1.4.4"
10621056

10631057
[deps.InlineStrings.extensions]
10641058
ArrowTypesExt = "ArrowTypes"
@@ -1517,11 +1511,6 @@ git-tree-sha1 = "ec4f7fbeab05d7747bdf98eb74d130a2a2ed298d"
15171511
uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
15181512
version = "1.2.0"
15191513

1520-
[[deps.MistyClosures]]
1521-
git-tree-sha1 = "2e96762b9ebf3a97211e0424e488b2fde26cc282"
1522-
uuid = "dbe65cb8-6be2-42dd-bbc5-4196aaced4f4"
1523-
version = "1.0.3"
1524-
15251514
[[deps.Mmap]]
15261515
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
15271516

@@ -2046,9 +2035,9 @@ version = "1.4.3"
20462035

20472036
[[deps.Plots]]
20482037
deps = ["Base64", "Contour", "Dates", "Downloads", "FFMPEG", "FixedPointNumbers", "GR", "JLFzf", "JSON", "LaTeXStrings", "Latexify", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "PrecompileTools", "Printf", "REPL", "Random", "RecipesBase", "RecipesPipeline", "Reexport", "RelocatableFolders", "Requires", "Scratch", "Showoff", "SparseArrays", "Statistics", "StatsBase", "TOML", "UUIDs", "UnicodeFun", "UnitfulLatexify", "Unzip"]
2049-
git-tree-sha1 = "809ba625a00c605f8d00cd2a9ae19ce34fc24d68"
2038+
git-tree-sha1 = "28ea788b78009c695eb0d637587c81d26bdf0e36"
20502039
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
2051-
version = "1.40.13"
2040+
version = "1.40.14"
20522041

20532042
[deps.Plots.extensions]
20542043
FileIOExt = "FileIO"
@@ -2370,9 +2359,9 @@ version = "1.0.0"
23702359

23712360
[[deps.SciMLSensitivity]]
23722361
deps = ["ADTypes", "Accessors", "Adapt", "ArrayInterface", "ChainRulesCore", "DiffEqBase", "DiffEqCallbacks", "DiffEqNoiseProcess", "Distributions", "Enzyme", "FastBroadcast", "FiniteDiff", "ForwardDiff", "FunctionProperties", "FunctionWrappersWrappers", "Functors", "GPUArraysCore", "LinearAlgebra", "LinearSolve", "Markdown", "OrdinaryDiffEqCore", "PreallocationTools", "QuadGK", "Random", "RandomNumbers", "RecursiveArrayTools", "Reexport", "ReverseDiff", "SciMLBase", "SciMLJacobianOperators", "SciMLStructures", "StaticArrays", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tracker", "Zygote"]
2373-
git-tree-sha1 = "22402dfac0823491e0d3ae3b916940e6761f6e86"
2362+
git-tree-sha1 = "1881447dcf869773898a2443008a1de9b6221ec7"
23742363
uuid = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
2375-
version = "7.84.0"
2364+
version = "7.85.0"
23762365

23772366
[deps.SciMLSensitivity.extensions]
23782367
SciMLSensitivityMooncakeExt = "Mooncake"
@@ -2686,26 +2675,6 @@ git-tree-sha1 = "f2c1efbc8f3a609aadf318094f8fc5204bdaf344"
26862675
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
26872676
version = "1.12.1"
26882677

2689-
[[deps.Tapir]]
2690-
deps = ["ADTypes", "ChainRulesCore", "DiffRules", "DiffTests", "ExprTools", "Graphs", "InteractiveUtils", "LinearAlgebra", "MistyClosures", "Random", "Setfield", "Test"]
2691-
git-tree-sha1 = "9bb62e5f35f8df9badf635235f5c05ba33e4841e"
2692-
uuid = "07d77754-e150-4737-8c94-cd238a1fb45b"
2693-
version = "0.2.51"
2694-
2695-
[deps.Tapir.extensions]
2696-
TapirCUDAExt = "CUDA"
2697-
TapirDynamicPPLExt = "DynamicPPL"
2698-
TapirJETExt = "JET"
2699-
TapirLogDensityProblemsADExt = "LogDensityProblemsAD"
2700-
TapirSpecialFunctionsExt = "SpecialFunctions"
2701-
2702-
[deps.Tapir.weakdeps]
2703-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
2704-
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
2705-
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
2706-
LogDensityProblemsAD = "996a588d-648d-4e1f-a8f0-a84b347e47b1"
2707-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2708-
27092678
[[deps.Tar]]
27102679
deps = ["ArgTools", "SHA"]
27112680
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
@@ -3046,9 +3015,9 @@ version = "0.4.14"
30463015

30473016
[[deps.ZMQ]]
30483017
deps = ["FileWatching", "PrecompileTools", "Sockets", "ZeroMQ_jll"]
3049-
git-tree-sha1 = "33333bdded3835f81b9b6353da9243dc4ec62e0f"
3018+
git-tree-sha1 = "2d060e1f014c07561817bf6f3c0eb66b309e04bd"
30503019
uuid = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
3051-
version = "1.4.0"
3020+
version = "1.4.1"
30523021

30533022
[[deps.ZeroMQ_jll]]
30543023
deps = ["Artifacts", "JLLWrappers", "Libdl", "libsodium_jll"]
@@ -3069,9 +3038,9 @@ version = "1.5.7+1"
30693038

30703039
[[deps.Zygote]]
30713040
deps = ["AbstractFFTs", "ChainRules", "ChainRulesCore", "DiffRules", "Distributed", "FillArrays", "ForwardDiff", "GPUArraysCore", "IRTools", "InteractiveUtils", "LinearAlgebra", "LogExpFunctions", "MacroTools", "NaNMath", "PrecompileTools", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "ZygoteRules"]
3072-
git-tree-sha1 = "f0ecdb1c4c6ade4364ab55e6c5d2f5b1eeed06ad"
3041+
git-tree-sha1 = "a29cbf3968d36022198bcc6f23fdfd70f7caf737"
30733042
uuid = "e88e6eb3-aa80-5325-afca-941959d7151f"
3074-
version = "0.7.9"
3043+
version = "0.7.10"
30753044

30763045
[deps.Zygote.extensions]
30773046
ZygoteAtomExt = "Atom"
@@ -3146,9 +3115,9 @@ version = "1.28.1+0"
31463115

31473116
[[deps.libpng_jll]]
31483117
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
3149-
git-tree-sha1 = "002748401f7b520273e2b506f61cab95d4701ccf"
3118+
git-tree-sha1 = "cd155272a3738da6db765745b89e466fa64d0830"
31503119
uuid = "b53b4c65-9356-5827-b1ea-8c7a1a84506f"
3151-
version = "1.6.48+0"
3120+
version = "1.6.49+0"
31523121

31533122
[[deps.libsodium_jll]]
31543123
deps = ["Artifacts", "JLLWrappers", "Libdl"]

benchmarks/AutomaticDifferentiation/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
1818
SciMLBenchmarks = "31c91b34-3c75-11e9-0341-95557aab0344"
1919
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
2020
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
21-
Tapir = "07d77754-e150-4737-8c94-cd238a1fb45b"
2221
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2322
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
2423
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
@@ -40,6 +39,5 @@ ReverseDiff = "1"
4039
SciMLBenchmarks = "0.1"
4140
SciMLSensitivity = "7"
4241
StaticArrays = "1"
43-
Tapir = "0.2.26"
4442
Tracker = "0.2"
4543
Zygote = "0.6, 0.7"

0 commit comments

Comments
 (0)