add TaggedExpression #3281
Annotations
10 errors
Main Script:
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())
|
Main Script:
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())
|
Main Script:
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)] }"),)
|
Main Script:
test/test/test/test_statistics.py#L961
test_mem_access_counter_global_temps
ValueError: unexpected address_space: '0'
|
Main Script:
test/test/test/test_statistics.py#L976
test_count_granularity_val_checks
AssertionError
|
Main Script:
test/test/test/test_statistics.py#L1012
test_barrier_counter_nobarriers
TypeError: 'in <string>' requires string as left operand, not type
|
Main Script:
test/test/test/test_statistics.py#L1037
test_barrier_counter_barriers
TypeError: 'in <string>' requires string as left operand, not type
|
Main Script:
test/test/test/test_statistics.py#L1052
test_barrier_count_single
TypeError: 'in <string>' requires string as left operand, not type
|
Main Script:
test/test/test/test_statistics.py#L1597
test_op_taggedexpression
assert 1000 == 500
|
Main Script:
test/test/test/test_statistics.py#L1082
test_all_counters_parallel_matmul
TypeError: 'in <string>' requires string as left operand, not type
|
Loading