Skip to content

Commit c64d0a3

Browse files
committed
Fix merge (revert hctdb.py change)
1 parent 793604b commit c64d0a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/hct/hctdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9601,7 +9601,7 @@ def __init__(self, intrinsic_defs, opcode_data):
96019601
"out": "AR_QUAL_OUT",
96029602
"col_major": "AR_QUAL_COLMAJOR",
96039603
"row_major": "AR_QUAL_ROWMAJOR",
9604-
"groupshared": "AR_QUAL_IN | AR_QUAL_GROUPSHARED",
9604+
"groupshared": "AR_QUAL_GROUPSHARED",
96059605
}
96069606
self.intrinsics = []
96079607
self.load_intrinsics(intrinsic_defs)

0 commit comments

Comments
 (0)