Skip to content

Commit

Permalink
Fixed definition of LibDevice Modf. (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoFtZ authored Jan 15, 2024
1 parent ee0671d commit c78ed4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/ILGPU/Static/CudaLibDevice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1232,13 +1232,13 @@
DisplayName="Modf"
ReturnType="double">
<Parameter Name="x" Type="double" />
<Parameter Name="y" Type="double" />
<Parameter Name="b" Type="double" Flags="Out" />
</Function>
<Function Name="__nv_modff"
DisplayName="Modf"
ReturnType="float">
<Parameter Name="x" Type="float" />
<Parameter Name="y" Type="float" />
<Parameter Name="b" Type="float" Flags="Out" />
</Function>
<Function Name="__nv_mul24"
DisplayName="Mul24"
Expand Down

0 comments on commit c78ed4f

Please sign in to comment.