File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3232Random123 = " 74087812-796a-5b5d-8853-05524746bad3"
3333RandomNumbers = " e6cf234a-135c-5ec9-84dd-332b85af5143"
3434Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
35- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
3635SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3736StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
3837Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -82,7 +81,6 @@ Random = "1"
8281Random123 = " 1.2"
8382RandomNumbers = " 1.5.3"
8483Reexport = " 1.0"
85- Requires = " 1.0"
8684SparseArrays = " 1"
8785SparseMatricesCSR = " 0.6.9"
8886SpecialFunctions = " 1.3, 2"
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ import KernelAbstractions
1414
1515using Adapt: Adapt, adapt, WrappedArray
1616
17- using Requires: @require
18-
1917using LinearAlgebra
2018
2119using BFloat16s: BFloat16
Original file line number Diff line number Diff line change @@ -171,18 +171,6 @@ function __init__()
171171 Please consider using an official build from https://julialang.org/downloads/."""
172172 end
173173
174- @static if ! isdefined (Base, :get_extension )
175- @require ChainRulesCore= " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" begin
176- include (" ../ext/ChainRulesCoreExt.jl" )
177- end
178- @require SpecialFunctions= " 276daf66-3868-5448-9aa4-cd146d93841b" begin
179- include (" ../ext/SpecialFunctionsExt.jl" )
180- end
181- @require EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869" begin
182- include (" ../ext/EnzymeCoreExt.jl" )
183- end
184- end
185-
186174 # enable generation of FMA instructions to mimic behavior of nvcc
187175 LLVM. clopts (" -nvptx-fma-level=1" )
188176
You can’t perform that action at this time.
0 commit comments