From 043a4d0721c1c004424eb46609b95ce1df8b697c Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Tue, 9 Jul 2024 23:04:53 +0100 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 9e4c6e3..118fb20 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -13,6 +13,7 @@ using DistributionsAD: TuringMvNormal, TuringMvLogNormal, using StatsFuns: StatsFuns, logsumexp, logistic import Enzyme +Enzyme.API.typeWarning!(false) # Enable runtime activity (workaround) Enzyme.API.runtimeActivity!(true)