Skip to content

Commit

Permalink
fix: matrix for LogQuant cannot have negative values
Browse files Browse the repository at this point in the history
  • Loading branch information
pabvald committed Oct 23, 2024
1 parent 82deffe commit 83ff7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 83ff7a3

Please sign in to comment.