Skip to content

PytatoPyOpenCLArrayContext: add support for kernel profiling #1775

PytatoPyOpenCLArrayContext: add support for kernel profiling

PytatoPyOpenCLArrayContext: add support for kernel profiling #1775

Triggered via pull request April 4, 2025 19:54
Status Failure
Total duration 9m 40s
Artifacts

ci.yml

on: pull_request
Matrix: downstream_tests
Fit to window
Zoom out
Zoom in

Annotations

41 errors and 45 warnings
Ruff
Process completed with exit code 1.
Pytest Conda Py3 Intel: test/test/test_arraycontext.py#L317
test_actx_stack[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 Intel: test/test/test_arraycontext.py#L328
test_actx_concatenate[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 Intel: test/test/test_arraycontext.py#L339
test_actx_reshape[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 Intel: test/test/test_arraycontext.py#L349
test_actx_ravel[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 Intel: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-arctan2-2-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 Intel: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-minimum-2-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 Intel: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-maximum-2-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 Intel: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-where-3-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 Intel: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-min-1-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 Intel: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-max-1-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 POCL: test/test/test_arraycontext.py#L317
test_actx_stack[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 POCL: test/test/test_arraycontext.py#L328
test_actx_concatenate[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 POCL: test/test/test_arraycontext.py#L339
test_actx_reshape[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 POCL: test/test/test_arraycontext.py#L349
test_actx_ravel[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 POCL: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-arctan2-2-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 POCL: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-minimum-2-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 POCL: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-maximum-2-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 POCL: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-where-3-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 POCL: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-min-1-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Pytest Conda Py3 POCL: test/test/test_arraycontext.py#L252
test_array_context_np_workalike[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-max-1-float64] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project meshmode: meshmode/test/test/test_array.py#L103
test_container_norm[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-2] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project meshmode: meshmode/test/test/test_array.py#L103
test_container_norm[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-inf] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project meshmode: meshmode/test/test/test_array.py#L137
test_dof_array_pickling[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project meshmode: meshmode/test/test/test_array.py#L164
test_dof_array_pickling_tags[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project meshmode: meshmode/test/test/test_meshmode.py#L115
test_boundary_interpolation[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-warp-2-mesh_pars1-FACE_RESTR_ALL-group_factory2] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project meshmode: meshmode/test/test/test_meshmode.py#L115
test_boundary_interpolation[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-blob-2-mesh_pars0-BTAG_ALL-InterpolatoryQuadratureSimplexGroupFactory] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project meshmode: meshmode/test/test/test_meshmode.py#L115
test_boundary_interpolation[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-warp-2-mesh_pars1-FACE_RESTR_ALL-LegendreGaussLobattoTensorProductGroupFactory] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project meshmode: meshmode/test/test/test_meshmode.py#L115
test_boundary_interpolation[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-blob-2-mesh_pars0-BTAG_ALL-warp_and_blend] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project meshmode: meshmode/test/test/test_meshmode.py#L115
test_boundary_interpolation[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-warp-2-mesh_pars1-FACE_RESTR_INTERIOR-InterpolatoryQuadratureSimplexGroupFactory] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project meshmode: meshmode/test/test/test_meshmode.py#L115
test_boundary_interpolation[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-blob-2-mesh_pars0-BTAG_ALL-group_factory2] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project grudge: grudge/test/test/test_dt_utils.py#L132
test_build_jacobian[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project grudge: grudge/test/test/test_dt_utils.py#L58
test_geometric_factors_regular_refinement[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-interval] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project grudge: grudge/test/test/test_dt_utils.py#L58
test_geometric_factors_regular_refinement[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-box2d] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project grudge: grudge/test/test/test_dt_utils.py#L58
test_geometric_factors_regular_refinement[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-box3d] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project grudge: grudge/test/test/test_dt_utils.py#L100
test_non_geometric_factors[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-interval] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project grudge: grudge/test/test/test_dt_utils.py#L100
test_non_geometric_factors[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-box2d] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project grudge: grudge/test/test/test_dt_utils.py#L100
test_non_geometric_factors[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-box3d] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project grudge: grudge/test/test/test_dt_utils.py#L156
test_wave_dt_estimate[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-2-1] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project grudge: grudge/test/test/test_dt_utils.py#L156
test_wave_dt_estimate[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-2-2] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project grudge: grudge/test/test/test_dt_utils.py#L156
test_wave_dt_estimate[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-4-1] RuntimeError: Profiling was not enabled in the command queue. Please create the queue with cl.command_queue_properties.PROFILING_ENABLE.
Tests for downstream project mirgecom
No point in testing mirgecom at the moment, see https://github.com/illinois-ceesd/mirgecom/pull/898. Test not performed.
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Tests for downstream project mirgecom_examples
No point in testing mirgecom at the moment, see https://github.com/illinois-ceesd/mirgecom/pull/898. Test not performed.
Pylint
modifying pylint run because we're on Python 3.13
Pytest Conda Py3 Intel: .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.
Pytest Conda Py3 Intel: .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.
Pytest Conda Py3 Intel: .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.
Pytest Conda Py3 Intel: .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.
Pytest Conda Py3 Intel: .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.
Pytest Conda Py3 Intel: .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.
Pytest Conda Py3 Intel: .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.
Pytest Conda Py3 Intel: .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.
Pytest Conda Py3 Intel: .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.
Pytest Conda Py3 Intel: .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.
Pytest Conda Py3 POCL: arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
Pytest Conda Py3 POCL: arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
Pytest Conda Py3 POCL: arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
Pytest Conda Py3 POCL: arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
Pytest Conda Py3 POCL: arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
Pytest Conda Py3 POCL: arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
Pytest Conda Py3 POCL: arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
Pytest Conda Py3 POCL: arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
Pytest Conda Py3 POCL: arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
Pytest Conda Py3 POCL: arraycontext/impl/jax/fake_numpy.py#L116
ravel with order='A' not supported by JAX, using order=C.
Tests for downstream project meshmode: meshmode/meshmode/dof_array.py#L75
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.::warning file=/home/runner/work/arraycontext/arraycontext/meshmode/meshmode/dof_array.py,line=75::'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
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.::warning file=/home/runner/work/arraycontext/arraycontext/meshmode/meshmode/dof_array.py,line=75::'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
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.::warning file=/home/runner/work/arraycontext/arraycontext/meshmode/meshmode/dof_array.py,line=75::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/test/test_array.py#L55
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.::warning file=/home/runner/work/arraycontext/arraycontext/meshmode/test/test_array.py,line=55::'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
'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
'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
'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
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
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/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_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
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
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/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
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
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
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/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
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
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.