From 83ff7a3e5626805d34ea68525b7710de313fe7c1 Mon Sep 17 00:00:00 2001 From: Pablo Valdunciel Date: Wed, 23 Oct 2024 10:20:56 +0200 Subject: [PATCH] fix: matrix for LogQuant cannot have negative values --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 847c795..93e553c 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -126,7 +126,7 @@ end (23,17,12,5)] # Generate a matrix with values between -1 and 1 - A = 2 * rand(T, s...) .- 1 + A = rand(T, s...) for LogQ in [LogQuant8Array, LogQuant16Array,