Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun authored Oct 31, 2024
1 parent f7aa47a commit 597c01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dace/libraries/blas/nodes/gemm.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _cast_to_dtype_str(value, dtype: dace.dtypes.typeclass) -> str:
imag=cast_value.imag,
)
else:
return "dace.{}({})".format(dace.dtype_to_typeclass(dtype).to_string(), value)
return "dace.{}({})".format(dtype.to_string(), value)


@dace.library.expansion
Expand Down

0 comments on commit 597c01c

Please sign in to comment.