This repository was archived by the owner on Nov 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
8
8
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
9
9
Functors = " d9f16b24-f501-4c13-a1f2-28368ffc5196"
10
10
LuxCore = " bb33d45b-7691-41d6-9220-0943567d0623"
11
- PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
12
11
Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
13
12
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14
13
@@ -58,7 +57,6 @@ LuxCUDA = "0.3.2"
58
57
LuxCore = " 0.1.4"
59
58
Metal = " 1"
60
59
Pkg = " 1.10"
61
- PrecompileTools = " 1.2"
62
60
Preferences = " 1.4"
63
61
Random = " 1.10"
64
62
RecursiveArrayTools = " 3.8"
Original file line number Diff line number Diff line change 1
1
module LuxDeviceUtils
2
2
3
- using PrecompileTools: @recompile_invalidations
4
-
5
- @recompile_invalidations begin
6
- using Adapt: Adapt
7
- using ChainRulesCore: ChainRulesCore, NoTangent
8
- using Functors: Functors, fmap
9
- using LuxCore: LuxCore
10
- using Preferences: @delete_preferences! , @load_preference , @set_preferences!
11
- using Random: AbstractRNG, Random
12
- end
3
+ using Adapt: Adapt
4
+ using ChainRulesCore: ChainRulesCore, NoTangent
5
+ using Functors: Functors, fmap
6
+ using LuxCore: LuxCore
7
+ using Preferences: @delete_preferences! , @load_preference , @set_preferences!
8
+ using Random: AbstractRNG, Random
13
9
14
10
const CRC = ChainRulesCore
15
11
You can’t perform that action at this time.
0 commit comments