Skip to content

Commit

Permalink
Remove unused device property support_cl_bf16_conversion (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiyangLingIntel authored Jul 10, 2024
1 parent 03efe15 commit 3f071e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/intel/backend/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def parse_target(self, tgt_prop) -> dict:
dev_prop['sub_group_sizes'] = tgt_prop.get('sub_group_sizes', None)
dev_prop['has_fp64'] = tgt_prop.get('has_fp64', None)
dev_prop['device_arch'] = self.parse_device_arch(tgt_prop.get('device_arch', 0))
dev_prop['support_cl_bf16_conversion'] = tgt_prop.get('support_cl_bf16_conversion', False)
dev_prop['support_cl_sg_matmul_acc'] = tgt_prop.get('support_cl_sg_matmul_acc', False)
dev_prop['support_cl_sg_matmul_acc_tf32'] = tgt_prop.get('support_cl_sg_matmul_acc_tf32', False)
dev_prop['support_cl_sg_2d_block_io'] = tgt_prop.get('support_cl_sg_2d_block_io', False)
Expand Down

0 comments on commit 3f071e6

Please sign in to comment.