Summarize changes to support prediction #194
Annotations
10 errors and 10 warnings
Main Script:
test/test/test_apps.py#L140
test_trace_fft[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>]
pymbolic.mapper.UnsupportedExpressionError: <class 'test_apps.ConstantSizer'> cannot handle expressions of type <class 'pytato.scalar_expr.TypeCast'>
|
Main Script:
test/test/test_codegen.py#L319
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-False-add]
AssertionError: (dtype('int64'), dtype('int8'))
assert dtype('int64') == dtype('int8')
+ where dtype('int64') = array([ 8, 9, 10, 11, 12]).dtype
+ and dtype('int8') = array([ 8, 9, 10, 11, 12], dtype=int8).dtype
|
Main Script:
test/test/test_codegen.py#L319
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-False-sub]
AssertionError: (dtype('int64'), dtype('int8'))
assert dtype('int64') == dtype('int8')
+ where dtype('int64') = array([6, 5, 4, 3, 2]).dtype
+ and dtype('int8') = array([6, 5, 4, 3, 2], dtype=int8).dtype
|
Main Script:
test/test/test_codegen.py#L319
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-False-mul]
AssertionError: (dtype('int64'), dtype('int8'))
assert dtype('int64') == dtype('int8')
+ where dtype('int64') = array([ 7, 14, 21, 28, 35]).dtype
+ and dtype('int8') = array([ 7, 14, 21, 28, 35], dtype=int8).dtype
|
Main Script:
test/test/test_codegen.py#L319
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-False-truediv]
AssertionError: (dtype('float64'), dtype('float32'))
assert dtype('float64') == dtype('float32')
+ where dtype('float64') = array([7. , 3.5 , 2.33333333, 1.75 , 1.4 ]).dtype
+ and dtype('float32') = array([7. , 3.5 , 2.3333333, 1.75 , 1.4 ],\n dtype=float32).dtype
|
Main Script:
test/test/test_codegen.py#L319
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-False-pow]
AssertionError: (dtype('int64'), dtype('int8'))
assert dtype('int64') == dtype('int8')
+ where dtype('int64') = array([ 7, 49, 343, 2401, 16807]).dtype
+ and dtype('int8') = array([ 7, 49, 87, 97, -89], dtype=int8).dtype
|
Main Script:
test/test/test_codegen.py#L319
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-add]
AssertionError: (dtype('int64'), dtype('int8'))
assert dtype('int64') == dtype('int8')
+ where dtype('int64') = array([ 8, 9, 10, 11, 12]).dtype
+ and dtype('int8') = array([ 8, 9, 10, 11, 12], dtype=int8).dtype
|
Main Script:
test/test/test_codegen.py#L319
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-sub]
AssertionError: (dtype('int64'), dtype('int8'))
assert dtype('int64') == dtype('int8')
+ where dtype('int64') = array([-6, -5, -4, -3, -2]).dtype
+ and dtype('int8') = array([-6, -5, -4, -3, -2], dtype=int8).dtype
|
Main Script:
test/test/test_codegen.py#L319
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-mul]
AssertionError: (dtype('int64'), dtype('int8'))
assert dtype('int64') == dtype('int8')
+ where dtype('int64') = array([ 7, 14, 21, 28, 35]).dtype
+ and dtype('int8') = array([ 7, 14, 21, 28, 35], dtype=int8).dtype
|
Main Script:
test/test/test_codegen.py#L319
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-truediv]
AssertionError: (dtype('float64'), dtype('float32'))
assert dtype('float64') == dtype('float32')
+ where dtype('float64') = array([0.14285714, 0.28571429, 0.42857143, 0.57142857, 0.71428571]).dtype
+ and dtype('float32') = array([0.14285715, 0.2857143 , 0.42857143, 0.5714286 , 0.71428573],\n dtype=float32).dtype
|
Main Script:
pytato/scalar_expr.py#L90
'pymbolic.primitives.Expression' is deprecated. Use 'ExpressionNode' instead. 'pymbolic.primitives.Expression' will continue to work until 2026.
|
Main Script:
pytato/scalar_expr.py#L90
'pymbolic.primitives.Expression' is deprecated. Use 'ExpressionNode' instead. 'pymbolic.primitives.Expression' will continue to work until 2026.
|
Main Script:
pytato/scalar_expr.py#L90
'pymbolic.primitives.Expression' is deprecated. Use 'ExpressionNode' instead. 'pymbolic.primitives.Expression' will continue to work until 2026.
|
Main Script:
pytato/scalar_expr.py#L90
'pymbolic.primitives.Expression' is deprecated. Use 'ExpressionNode' instead. 'pymbolic.primitives.Expression' will continue to work until 2026.
|
Main Script:
pytato/scalar_expr.py#L90
'pymbolic.primitives.Expression' is deprecated. Use 'ExpressionNode' instead. 'pymbolic.primitives.Expression' will continue to work until 2026.
|
Main Script:
pytato/scalar_expr.py#L90
'pymbolic.primitives.Expression' is deprecated. Use 'ExpressionNode' instead. 'pymbolic.primitives.Expression' will continue to work until 2026.
|
Main Script:
pytato/scalar_expr.py#L90
'pymbolic.primitives.Expression' is deprecated. Use 'ExpressionNode' instead. 'pymbolic.primitives.Expression' will continue to work until 2026.
|
Main Script:
pytato/scalar_expr.py#L90
'pymbolic.primitives.Expression' is deprecated. Use 'ExpressionNode' instead. 'pymbolic.primitives.Expression' will continue to work until 2026.
|
Main Script:
pytato/target/loopy/__init__.py#L246
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
Main Script:
pytato/target/loopy/__init__.py#L246
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
Loading