提交 6267aa65 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Add tests for int64 and uint64.

上级 ed2484b5
...@@ -101,6 +101,7 @@ def test_advinc_subtensor1_dtype(): ...@@ -101,6 +101,7 @@ def test_advinc_subtensor1_dtype():
# Test the mixed dtype case # Test the mixed dtype case
shp = (3, 4) shp = (3, 4)
for dtype1, dtype2 in [('float32', 'int8'), ('float32', 'float64'), for dtype1, dtype2 in [('float32', 'int8'), ('float32', 'float64'),
('uint64', 'int8'), ('int64', 'uint8'),
('float16', 'int8'), ('float16', 'float64'), ('float16', 'int8'), ('float16', 'float64'),
('float16', 'float16')]: ('float16', 'float16')]:
shared = gpuarray_shared_constructor shared = gpuarray_shared_constructor
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论