mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[FRONTEND] add missing implicit constexpr conversion in dot (#2427)
This commit is contained in:
@@ -1002,6 +1002,7 @@ def dot(input, other, acc=None, allow_tf32=True, max_num_imprecise_acc=None, out
|
||||
"""
|
||||
allow_tf32 = _constexpr_to_value(allow_tf32)
|
||||
out_dtype = _constexpr_to_value(out_dtype)
|
||||
max_num_imprecise_acc = _constexpr_to_value(max_num_imprecise_acc)
|
||||
return semantic.dot(input, other, acc, allow_tf32, max_num_imprecise_acc, out_dtype, _builder)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user