We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be20c92 commit 14e4075Copy full SHA for 14e4075
third_party/intel/backend/compiler.py
@@ -212,8 +212,6 @@ def validate_options(opt, properties):
212
raise ValueError(
213
f"num_warps={opt.num_warps} is unsupported for the target (limit is {properties['max_num_sub_groups']})"
214
)
215
- if opt.threads_per_warp * opt.num_warps > properties['max_work_group_size']:
216
- raise ValueError(f"Kernel threads number exceeds the limit ({properties['max_work_group_size']})")
217
218
@staticmethod
219
def annotate_module(mod, properties, opt, target_arch):
0 commit comments