CI #264
ci.yml
on: schedule
Ruff
11s
Typos
7s
Pylint
3m 39s
Mypy
3m 32s
basedpyright
3m 49s
Conda Pytest with Intel CL
5m 7s
Conda Pytest without arg check
5m 47s
Conda Pytest Twice (for cache behavior)
5m 34s
Conda Examples
3m 30s
Documentation
3m 12s
Tests for downstream project Firedrake
2m 25s
Validate CITATION.cff
9s
Matrix: downstream_tests
Matrix: Conda Pytest
Annotations
31 errors and 114 warnings
Typos
Process completed with exit code 2.
|
Mypy
Process completed with exit code 1.
|
basedpyright:
loopy/isl_helpers.py#L635
Operator "+" not supported for "None" (reportOptionalOperand)
|
basedpyright:
loopy/codegen/result.py#L266
Cannot access attribute "extend" for class "Set"
Attribute "extend" is unknown (reportAttributeAccessIssue)
|
basedpyright:
loopy/codegen/result.py#L266
Argument of type "list[Any]" cannot be assigned to parameter "default" of type "Set" in function "setdefault"
"list[Any]" is not assignable to "Set" (reportArgumentType)
|
basedpyright:
loopy/codegen/result.py#L148
Argument of type "dict[Unknown, list[Unknown]]" cannot be assigned to parameter "implemented_domains" of type "Mapping[str, Set]" in function "__init__"
"list[Unknown]" is not assignable to "Set" (reportArgumentType)
|
basedpyright:
loopy/codegen/loop.py#L316
Argument of type "Aff" cannot be assigned to parameter "pw_aff" of type "PwAff" in function "pw_aff_to_expr"
"Aff" is not assignable to "PwAff" (reportArgumentType)
|
basedpyright:
loopy/codegen/__init__.py#L379
Argument of type "BasicSet" cannot be assigned to parameter "implemented_domain" of type "Set" in function "__init__"
"BasicSet" is not assignable to "Set" (reportArgumentType)
|
basedpyright:
loopy/check.py#L1969
Argument of type "InameStr | None" cannot be assigned to parameter "key" of type "str" in function "__getitem__"
Type "InameStr | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
basedpyright:
loopy/check.py#L1905
"__getitem__" method not defined on type "Set" (reportIndexIssue)
|
basedpyright:
loopy/check.py#L1904
"__getitem__" method not defined on type "Set" (reportIndexIssue)
|
basedpyright:
loopy/check.py#L838
Argument of type "AbstractSet[str | Unknown]" cannot be assigned to parameter "params" of type "Sequence[str]"
"AbstractSet[str | Unknown]" is not assignable to "Sequence[str]" (reportArgumentType)
|
Conda Pytest (macos-latest)
Process completed with exit code 1.
|
Conda Pytest (macos-latest):
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
|
Conda Pytest (macos-latest):
test/test/test_statistics.py#L783
test_mem_access_counter_nonconsec
KeyError: MemAccess(global, np:dtype('float32'), {0: Product((Variable('m'), Variable('ell')))}, {0: Product((Product((Variable('m'), Variable('ell'))), 16))}, load, a, None, workitem, 'non_consec')
|
Conda Pytest (macos-latest):
test/test/test_isl.py#L110
test_qpolynomrial_to_expr
AssertionError: assert FloorDiv(Sum((Product((4, Variable('i'))), Product((6, Variable('j'))), Product((3, Variable('k'))))), 12) == ((((4 * Variable('i')) + (6 * Variable('j'))) + (3 * Variable('k'))) // 12)
|
Conda Pytest (ubuntu-latest)
The operation was canceled.
|
Conda Pytest (ubuntu-latest):
test/test/test_isl.py#L110
test_qpolynomrial_to_expr
AssertionError: assert FloorDiv(Sum((Product((4, Variable('i'))), Product((6, Variable('j'))), Product((3, Variable('k'))))), 12) == ((((4 * Variable('i')) + (6 * Variable('j'))) + (3 * Variable('k'))) // 12)
|
Conda Pytest (ubuntu-latest)
The strategy configuration was canceled because "pytest.macos-latest" failed
|
Conda Pytest with Intel CL
Process completed with exit code 1.
|
Conda Pytest with Intel CL:
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
|
Conda Pytest with Intel CL:
test/test/test_statistics.py#L783
test_mem_access_counter_nonconsec
KeyError: MemAccess(global, np:dtype('float32'), {0: Product((Variable('m'), Variable('ell')))}, {0: Product((Product((Variable('m'), Variable('ell'))), 16))}, load, a, None, workitem, 'non_consec')
|
Conda Pytest with Intel CL:
test/test/test_isl.py#L110
test_qpolynomrial_to_expr
AssertionError: assert FloorDiv(Sum((Product((4, Variable('i'))), Product((6, Variable('j'))), Product((3, Variable('k'))))), 12) == ((((4 * Variable('i')) + (6 * Variable('j'))) + (3 * Variable('k'))) // 12)
|
Conda Pytest Twice (for cache behavior)
Process completed with exit code 1.
|
Conda Pytest Twice (for cache behavior):
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
|
Conda Pytest Twice (for cache behavior):
test/test/test_statistics.py#L783
test_mem_access_counter_nonconsec
KeyError: MemAccess(global, np:dtype('float32'), {0: Product((Variable('m'), Variable('ell')))}, {0: Product((Product((Variable('m'), Variable('ell'))), 16))}, load, a, None, workitem, 'non_consec')
|
Conda Pytest Twice (for cache behavior):
test/test/test_isl.py#L110
test_qpolynomrial_to_expr
AssertionError: assert FloorDiv(Sum((Product((4, Variable('i'))), Product((6, Variable('j'))), Product((3, Variable('k'))))), 12) == ((((4 * Variable('i')) + (6 * Variable('j'))) + (3 * Variable('k'))) // 12)
|
Conda Pytest without arg check
Process completed with exit code 1.
|
Conda Pytest without arg check:
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
|
Conda Pytest without arg check:
test/test/test_statistics.py#L783
test_mem_access_counter_nonconsec
KeyError: MemAccess(global, np:dtype('float32'), {0: Product((Variable('m'), Variable('ell')))}, {0: Product((Product((Variable('m'), Variable('ell'))), 16))}, load, a, None, workitem, 'non_consec')
|
Conda Pytest without arg check:
test/test/test_isl.py#L110
test_qpolynomrial_to_expr
AssertionError: assert FloorDiv(Sum((Product((4, Variable('i'))), Product((6, Variable('j'))), Product((3, Variable('k'))))), 12) == ((((4 * Variable('i')) + (6 * Variable('j'))) + (3 * Variable('k'))) // 12)
|
Typos:
./loopy/statistics.py#L2188
"FIMXE" should be "FIXME".
|
Validate CITATION.cff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
Pylint
modifying pylint run because we're on Python 3.13
|
basedpyright:
loopy/codegen/control.py#L421
Argument type is unknown
Argument corresponds to parameter "space" in function "universe" (reportUnknownArgumentType)
|
basedpyright:
loopy/codegen/__init__.py#L407
Argument type is partially unknown
Argument corresponds to parameter "implemented_domains" in function "check_implemented_domains"
Argument type is "Mapping[str, Set] | Unknown" (reportUnknownArgumentType)
|
basedpyright:
loopy/codegen/__init__.py#L372
Argument type is unknown
Argument corresponds to parameter "self" in function "from_params" (reportUnknownArgumentType)
|
basedpyright:
loopy/codegen/__init__.py#L226
Argument type is unknown
Argument corresponds to parameter "aff" in function "equality_from_aff" (reportUnknownArgumentType)
|
basedpyright:
loopy/codegen/__init__.py#L219
Argument type is unknown
Argument corresponds to parameter "s" in function "set_dim_name" (reportUnknownArgumentType)
|
basedpyright:
loopy/check.py#L837
Argument type is unknown
Argument corresponds to parameter "ctx" (reportUnknownArgumentType)
|
basedpyright:
loopy/check.py#L796
Argument type is unknown
Argument corresponds to parameter "space" in function "universe" (reportUnknownArgumentType)
|
basedpyright:
loopy/auto_test.py#L547
Argument type is unknown
Argument corresponds to parameter "context" in function "__init__" (reportUnknownArgumentType)
|
basedpyright:
loopy/auto_test.py#L473
Argument type is partially unknown
Argument corresponds to parameter "devices" in function "__init__"
Argument type is "list[Unknown]" (reportUnknownArgumentType)
|
basedpyright:
loopy/auto_test.py#L184
Argument type is partially unknown
Argument corresponds to parameter "ary" in function "image_from_array"
Argument type is "ndarray[tuple[int, ...], dtype[generic[Any]]] | ndarray[Any, dtype[generic[Any]]] | Unknown" (reportUnknownArgumentType)
|
Tests for downstream project arraycontext:
arraycontext/arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
|
Tests for downstream project arraycontext:
arraycontext/arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
|
Tests for downstream project arraycontext:
arraycontext/arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
|
Tests for downstream project arraycontext:
arraycontext/arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
|
Tests for downstream project arraycontext:
arraycontext/arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
|
Tests for downstream project arraycontext:
arraycontext/arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.13/site-packages/pyopencl/__init__.py#L570
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.13/site-packages/loopy/transform/realize_reduction.py#L1848
in kernel frozen_result: Empty reduction found (no inames to reduce over). Eliminating. (add 'empty_reduction' to silenced_warnings kernel attribute to disable)
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.13/site-packages/pyopencl/__init__.py#L570
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.13/site-packages/loopy/transform/realize_reduction.py#L1848
in kernel frozen_result: Empty reduction found (no inames to reduce over). Eliminating. (add 'empty_reduction' to silenced_warnings kernel attribute to disable)
|
Conda Pytest (macos-latest):
test/test_callables.py#L1274
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.
|
Conda Pytest (macos-latest):
test/test_callables.py#L381
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.
|
Conda Pytest (macos-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (macos-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (macos-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (macos-latest):
test/test_callables.py#L1274
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.
|
Conda Pytest (macos-latest):
test/test_callables.py#L381
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.
|
Conda Pytest (macos-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (macos-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (macos-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (ubuntu-latest):
test/test_callables.py#L381
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.
|
Conda Pytest (ubuntu-latest):
test/test_callables.py#L1274
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.
|
Conda Pytest (ubuntu-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (ubuntu-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (ubuntu-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (ubuntu-latest):
test/test_callables.py#L381
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.
|
Conda Pytest (ubuntu-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (ubuntu-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (ubuntu-latest):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest (ubuntu-latest):
test/test_callables.py#L1274
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.
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.13/site-packages/pyopencl/cache.py#L420
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
|
Conda Pytest with Intel CL:
test/test_callables.py#L1274
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.
|
Conda Pytest with Intel CL:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest with Intel CL:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest with Intel CL:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.13/site-packages/pyopencl/cache.py#L420
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
|
Conda Pytest with Intel CL:
test/test_callables.py#L381
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.
|
Conda Pytest with Intel CL:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest with Intel CL:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest with Intel CL:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest Twice (for cache behavior):
test/test_callables.py#L1274
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.
|
Conda Pytest Twice (for cache behavior):
test/test_callables.py#L381
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.
|
Conda Pytest Twice (for cache behavior):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest Twice (for cache behavior):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest Twice (for cache behavior):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest Twice (for cache behavior):
test/test_callables.py#L1274
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.
|
Conda Pytest Twice (for cache behavior):
test/test_callables.py#L381
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.
|
Conda Pytest Twice (for cache behavior):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest Twice (for cache behavior):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest Twice (for cache behavior):
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest without arg check:
test/test_callables.py#L1274
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.
|
Conda Pytest without arg check:
test/test_callables.py#L381
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.
|
Conda Pytest without arg check:
test/test_callables.py#L1274
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.
|
Conda Pytest without arg check:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest without arg check:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest without arg check:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest without arg check:
test/test_callables.py#L381
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.
|
Conda Pytest without arg check:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest without arg check:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Conda Pytest without arg check:
loopy/symbolic.py#L1757
swept_inames passed to SubArrayRef was not a tuple. This is deprecated and will stop working in 2025. Pass a tuple instead.
|
Tests for downstream project pytato:
pytato/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.
|
Tests for downstream project pytato:
pytato/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.
|
Tests for downstream project pytato:
pytato/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.
|
Tests for downstream project pytato:
pytato/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.
|
Tests for downstream project pytato:
pytato/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.
|
Tests for downstream project pytato:
pytato/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.
|
Tests for downstream project pytato:
pytato/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.
|
Tests for downstream project pytato:
pytato/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.
|
Tests for downstream project pytato:
pytato/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.
|
Tests for downstream project pytato:
pytato/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.
|
Tests for downstream project meshmode:
meshmode/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project meshmode:
meshmode/test/test_array.py#L55
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
|
Tests for downstream project meshmode:
meshmode/meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project meshmode:
meshmode/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project meshmode:
meshmode/test/test_array.py#L55
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
|
Tests for downstream project meshmode:
meshmode/meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project meshmode:
meshmode/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project meshmode:
meshmode/test/test_array.py#L55
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
|
Tests for downstream project meshmode:
meshmode/meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project meshmode:
meshmode/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project grudge:
grudge/test/test_reductions.py#L167
Broadcasting array context array types across <class 'test_reductions.MyContainer'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project grudge:
grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project grudge:
grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project grudge:
grudge/test/test_reductions.py#L167
Broadcasting array context array types across <class 'test_reductions.MyContainer'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project grudge:
grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project grudge:
grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project grudge:
grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project grudge:
grudge/test/test_reductions.py#L167
Broadcasting array context array types across <class 'test_reductions.MyContainer'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project grudge:
grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project grudge:
grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|