Skip to content

Commit f37fc6e

Browse files
committed
Test UInt8.
1 parent 5cf4967 commit f37fc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/execution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ end
17881788
N = 1024
17891789

17901790
# Supported types - add new types here
1791-
TEST_TYPES = [Int8, Int16, Int32, Int64, UInt16, UInt32, UInt64, Float16, Float32, Float64]
1791+
TEST_TYPES = [Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64, Float16, Float32, Float64]
17921792

17931793
# Supported operations - add new operations here
17941794
TEST_OPS = [:reduce_sum, :reduce_max]

0 commit comments

Comments
 (0)