Skip to content

add TaggedExpression #3285

add TaggedExpression

add TaggedExpression #3285

Triggered via pull request November 7, 2024 16:52
Status Failure
Total duration 54m 21s
Artifacts

ci.yml

on: pull_request
Ruff
7s
Ruff
Typos
4s
Typos
Pylint
1m 38s
Pylint
Mypy
1m 31s
Mypy
Conda Pytest with Intel CL
4m 1s
Conda Pytest with Intel CL
Conda Pytest without arg check
3m 50s
Conda Pytest without arg check
Conda Pytest Twice (for cache behavior)
3m 50s
Conda Pytest Twice (for cache behavior)
Conda Examples
1m 52s
Conda Examples
Documentation
1m 35s
Documentation
Tests for downstream project Firedrake
2m 5s
Tests for downstream project Firedrake
Validate CITATION.cff
9s
Validate CITATION.cff
Matrix: downstream_tests
Matrix: Conda Pytest
Fit to window
Zoom out
Zoom in

Annotations

56 errors and 1 warning
Ruff
Process completed with exit code 1.
Mypy
Process completed with exit code 1.
Documentation
Process completed with exit code 2.
Pylint
Process completed with exit code 2.
Tests for downstream project Firedrake
Process completed with exit code 1.
Conda Pytest (macos-latest): test/test/test/test_statistics.py#L678
test_mem_access_counter_mixed KeyError: MemAccess(address_space=<AddressSpace.GLOBAL: 2>, dtype=np:dtype('float32'), lid_strides=immutabledict({0: Variable('m')}), gid_strides=immutabledict({0: Product((Variable('m'), 65))}), read_write=<AccessDirection.READ: 0>, variable='a', variable_tags=frozenset(), count_granularity=<CountGranularity.WORKITEM: 0>, kernel_name='mixed', tags=frozenset())
Conda Pytest (macos-latest): test/test/test/test_statistics.py#L766
test_mem_access_counter_nonconsec KeyError: MemAccess(address_space=<AddressSpace.GLOBAL: 2>, dtype=np:dtype('float64'), lid_strides=immutabledict({0: Variable('m')}), gid_strides=immutabledict({0: Product((Variable('m'), 16))}), read_write=<AccessDirection.READ: 0>, variable='g', variable_tags=frozenset(), count_granularity=<CountGranularity.WORKITEM: 0>, kernel_name='non_consec', tags=frozenset())
Conda Pytest (macos-latest): test/test/test/test_statistics.py#L879
test_mem_access_counter_consec loopy.diagnostic.LoopyError: Cannot count insn with CountGranularity.SUBGROUP granularity, work-group size is not integer: (PwAff("[m, ell, n] -> { [(m)] }"),)
Conda Pytest (macos-latest): test/test/test/test_statistics.py#L961
test_mem_access_counter_global_temps ValueError: unexpected address_space: '0'
Conda Pytest (macos-latest): test/test/test/test_statistics.py#L976
test_count_granularity_val_checks AssertionError
Conda Pytest (macos-latest): test/test/test/test_statistics.py#L1012
test_barrier_counter_nobarriers TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest (macos-latest): test/test/test/test_statistics.py#L1037
test_barrier_counter_barriers TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest (macos-latest): test/test/test/test_statistics.py#L1052
test_barrier_count_single TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest (macos-latest): test/test/test/test_statistics.py#L1082
test_all_counters_parallel_matmul TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest (macos-latest): test/test/test/test_statistics.py#L1240
test_mem_access_tagged_variables AssertionError
Conda Pytest (ubuntu-latest)
The job was canceled because "macos-latest" failed.
Conda Pytest (ubuntu-latest): test/test/test/test_statistics.py#L678
test_mem_access_counter_mixed KeyError: MemAccess(address_space=<AddressSpace.GLOBAL: 2>, dtype=np:dtype('float32'), lid_strides=immutabledict({0: Variable('m')}), gid_strides=immutabledict({0: Product((Variable('m'), 65))}), read_write=<AccessDirection.READ: 0>, variable='a', variable_tags=frozenset(), count_granularity=<CountGranularity.WORKITEM: 0>, kernel_name='mixed', tags=frozenset())
Conda Pytest (ubuntu-latest): test/test/test/test_statistics.py#L766
test_mem_access_counter_nonconsec KeyError: MemAccess(address_space=<AddressSpace.GLOBAL: 2>, dtype=np:dtype('float64'), lid_strides=immutabledict({0: Variable('m')}), gid_strides=immutabledict({0: Product((Variable('m'), 16))}), read_write=<AccessDirection.READ: 0>, variable='g', variable_tags=frozenset(), count_granularity=<CountGranularity.WORKITEM: 0>, kernel_name='non_consec', tags=frozenset())
Conda Pytest (ubuntu-latest): test/test/test/test_statistics.py#L879
test_mem_access_counter_consec loopy.diagnostic.LoopyError: Cannot count insn with CountGranularity.SUBGROUP granularity, work-group size is not integer: (PwAff("[ell, m, n] -> { [(m)] }"),)
Conda Pytest (ubuntu-latest): test/test/test/test_statistics.py#L961
test_mem_access_counter_global_temps ValueError: unexpected address_space: '0'
Conda Pytest (ubuntu-latest): test/test/test/test_statistics.py#L976
test_count_granularity_val_checks AssertionError
Conda Pytest (ubuntu-latest): test/test/test/test_statistics.py#L1012
test_barrier_counter_nobarriers TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest (ubuntu-latest): test/test/test/test_statistics.py#L1037
test_barrier_counter_barriers TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest (ubuntu-latest): test/test/test/test_statistics.py#L1052
test_barrier_count_single TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest (ubuntu-latest): test/test/test/test_statistics.py#L1082
test_all_counters_parallel_matmul TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest (ubuntu-latest): test/test/test/test_statistics.py#L1240
test_mem_access_tagged_variables AssertionError
Conda Pytest Twice (for cache behavior): test/test/test/test_statistics.py#L678
test_mem_access_counter_mixed KeyError: MemAccess(address_space=<AddressSpace.GLOBAL: 2>, dtype=np:dtype('float32'), lid_strides=immutabledict({0: Variable('m')}), gid_strides=immutabledict({0: Product((Variable('m'), 65))}), read_write=<AccessDirection.READ: 0>, variable='a', variable_tags=frozenset(), count_granularity=<CountGranularity.WORKITEM: 0>, kernel_name='mixed', tags=frozenset())
Conda Pytest Twice (for cache behavior): test/test/test/test_statistics.py#L766
test_mem_access_counter_nonconsec KeyError: MemAccess(address_space=<AddressSpace.GLOBAL: 2>, dtype=np:dtype('float64'), lid_strides=immutabledict({0: Variable('m')}), gid_strides=immutabledict({0: Product((Variable('m'), 16))}), read_write=<AccessDirection.READ: 0>, variable='g', variable_tags=frozenset(), count_granularity=<CountGranularity.WORKITEM: 0>, kernel_name='non_consec', tags=frozenset())
Conda Pytest Twice (for cache behavior): test/test/test/test_statistics.py#L879
test_mem_access_counter_consec loopy.diagnostic.LoopyError: Cannot count insn with CountGranularity.SUBGROUP granularity, work-group size is not integer: (PwAff("[ell, m, n] -> { [(m)] }"),)
Conda Pytest Twice (for cache behavior): test/test/test/test_statistics.py#L961
test_mem_access_counter_global_temps ValueError: unexpected address_space: '0'
Conda Pytest Twice (for cache behavior): test/test/test/test_statistics.py#L976
test_count_granularity_val_checks AssertionError
Conda Pytest Twice (for cache behavior): test/test/test/test_statistics.py#L1012
test_barrier_counter_nobarriers TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest Twice (for cache behavior): test/test/test/test_statistics.py#L1037
test_barrier_counter_barriers TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest Twice (for cache behavior): test/test/test/test_statistics.py#L1052
test_barrier_count_single TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest Twice (for cache behavior): test/test/test/test_statistics.py#L1082
test_all_counters_parallel_matmul TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest Twice (for cache behavior): test/test/test/test_statistics.py#L1240
test_mem_access_tagged_variables AssertionError
Conda Pytest without arg check: test/test/test/test_statistics.py#L678
test_mem_access_counter_mixed KeyError: MemAccess(address_space=<AddressSpace.GLOBAL: 2>, dtype=np:dtype('float32'), lid_strides=immutabledict({0: Variable('m')}), gid_strides=immutabledict({0: Product((Variable('m'), 65))}), read_write=<AccessDirection.READ: 0>, variable='a', variable_tags=frozenset(), count_granularity=<CountGranularity.WORKITEM: 0>, kernel_name='mixed', tags=frozenset())
Conda Pytest without arg check: test/test/test/test_statistics.py#L766
test_mem_access_counter_nonconsec KeyError: MemAccess(address_space=<AddressSpace.GLOBAL: 2>, dtype=np:dtype('float64'), lid_strides=immutabledict({0: Variable('m')}), gid_strides=immutabledict({0: Product((Variable('m'), 16))}), read_write=<AccessDirection.READ: 0>, variable='g', variable_tags=frozenset(), count_granularity=<CountGranularity.WORKITEM: 0>, kernel_name='non_consec', tags=frozenset())
Conda Pytest without arg check: test/test/test/test_statistics.py#L879
test_mem_access_counter_consec loopy.diagnostic.LoopyError: Cannot count insn with CountGranularity.SUBGROUP granularity, work-group size is not integer: (PwAff("[m, ell, n] -> { [(m)] }"),)
Conda Pytest without arg check: test/test/test/test_statistics.py#L961
test_mem_access_counter_global_temps ValueError: unexpected address_space: '0'
Conda Pytest without arg check: test/test/test/test_statistics.py#L976
test_count_granularity_val_checks AssertionError
Conda Pytest without arg check: test/test/test/test_statistics.py#L1012
test_barrier_counter_nobarriers TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest without arg check: test/test/test/test_statistics.py#L1037
test_barrier_counter_barriers TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest without arg check: test/test/test/test_statistics.py#L1052
test_barrier_count_single TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest without arg check: test/test/test/test_statistics.py#L1240
test_mem_access_tagged_variables AssertionError
Conda Pytest without arg check: test/test/test/test_statistics.py#L1082
test_all_counters_parallel_matmul TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest with Intel CL: test/test/test/test_statistics.py#L678
test_mem_access_counter_mixed KeyError: MemAccess(address_space=<AddressSpace.GLOBAL: 2>, dtype=np:dtype('float32'), lid_strides=immutabledict({0: Variable('m')}), gid_strides=immutabledict({0: Product((Variable('m'), 65))}), read_write=<AccessDirection.READ: 0>, variable='a', variable_tags=frozenset(), count_granularity=<CountGranularity.WORKITEM: 0>, kernel_name='mixed', tags=frozenset())
Conda Pytest with Intel CL: test/test/test/test_statistics.py#L766
test_mem_access_counter_nonconsec KeyError: MemAccess(address_space=<AddressSpace.GLOBAL: 2>, dtype=np:dtype('float64'), lid_strides=immutabledict({0: Variable('m')}), gid_strides=immutabledict({0: Product((Variable('m'), 16))}), read_write=<AccessDirection.READ: 0>, variable='g', variable_tags=frozenset(), count_granularity=<CountGranularity.WORKITEM: 0>, kernel_name='non_consec', tags=frozenset())
Conda Pytest with Intel CL: test/test/test/test_statistics.py#L879
test_mem_access_counter_consec loopy.diagnostic.LoopyError: Cannot count insn with CountGranularity.SUBGROUP granularity, work-group size is not integer: (PwAff("[n, ell, m] -> { [(m)] }"),)
Conda Pytest with Intel CL: test/test/test/test_statistics.py#L961
test_mem_access_counter_global_temps ValueError: unexpected address_space: '0'
Conda Pytest with Intel CL: test/test/test/test_statistics.py#L976
test_count_granularity_val_checks AssertionError
Conda Pytest with Intel CL: test/test/test/test_statistics.py#L1012
test_barrier_counter_nobarriers TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest with Intel CL: test/test/test/test_statistics.py#L1037
test_barrier_counter_barriers TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest with Intel CL: test/test/test/test_statistics.py#L1082
test_all_counters_parallel_matmul TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest with Intel CL: test/test/test/test_statistics.py#L1052
test_barrier_count_single TypeError: 'in <string>' requires string as left operand, not type
Conda Pytest with Intel CL: test/test/test/test_statistics.py#L1562
test_op_taggedexpression dataclasses.FrozenInstanceError: cannot assign to field 'tags'
Validate CITATION.cff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.