Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 6976693

Browse files
authored
fix: missing import; fixes #179 (#180)
1 parent 877ef96 commit 6976693

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LuxLib"
22
uuid = "82251201-b29d-42c6-8e01-566dec8acb11"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.3.5"
4+
version = "1.3.6"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/impl/Impl.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ using ..Utils: Utils, NotaNumber, batchview, concrete_bias_act_output_eltype, co
2929
copy_drop_gradients, eltype_mismatch, expand_batchdim,
3030
maybe_reduce_BLAS_threads, ofeltype_array, only_derivative, remove_tracking,
3131
reset_BLAS_threads, run_ka_kernel, safe_eltype, safe_vec, safe_warning,
32-
unsafe_known, unrolled_mapreduce, can_loopvec_args, @enzyme_alternative
32+
unsafe_known, unrolled_mapreduce, can_loopvec_args, is_extension_loaded,
33+
@enzyme_alternative
3334
using ..Traits: activation_intermediate_not_needed, activation_has_rrule, is_mutable_array,
3435
fuse_cpu_activation
3536
using ..System: explicit_blas_loaded, use_octavian, fits_in_l1cache, fits_in_l2cache,

0 commit comments

Comments
 (0)