Skip to content

PytatoPyOpenCLArrayContext: add support for kernel profiling #1774

PytatoPyOpenCLArrayContext: add support for kernel profiling

PytatoPyOpenCLArrayContext: add support for kernel profiling #1774

Triggered via pull request April 4, 2025 19:52
Status Cancelled
Total duration 2m 1s
Artifacts

ci.yml

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

Annotations

34 errors and 15 warnings
Ruff
Process completed with exit code 1.
Examples Conda Py3
Canceling since a higher priority waiting request for 'profile-pytato-actx' exists
Pylint
Canceling since a higher priority waiting request for 'profile-pytato-actx' exists
Pylint
The operation was canceled.
Documentation
Canceling since a higher priority waiting request for 'profile-pytato-actx' exists
Documentation
The operation was canceled.
Tests for downstream project meshmode
Canceling since a higher priority waiting request for 'profile-pytato-actx' exists
Tests for downstream project meshmode
The operation was canceled.
Pytest Conda Py3 POCL
Canceling since a higher priority waiting request for 'profile-pytato-actx' exists
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.
Mypy
Canceling since a higher priority waiting request for 'profile-pytato-actx' exists
Mypy
The operation was canceled.
Pytest Conda Py3 Intel
Canceling since a higher priority waiting request for 'profile-pytato-actx' exists
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.
Tests for downstream project grudge
Canceling since a higher priority waiting request for 'profile-pytato-actx' exists
Tests for downstream project grudge
The operation was canceled.
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.
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
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.
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.