Script stuck when using GPU with bend-cu but not when using CPU with bend or bend-c #498
Labels
duplicate
This issue or pull request already exists
help wanted
Extra attention is needed
HVM
About the HVM
question
Further information is requested
Reproducing the behavior
I have this code that can only execute when using
bend
orbend-c
(or their compiled equivalent). When using the GPU withbend-cu
(or their compiled equivalent) it get stuck and use half of my GPU memory.The following functions work fine:
get_digit(407, 1)
,get_digit(407, 2)
,get_digit(407, 3)
,get_digit(407, 4)
,pow_binary(10, 0)
,pow_binary(10, 1)
, ... Onlyvalidate_arm
creates the bug.Even more strange is that I have tried replacing
number
by the value407
(while usingbend-cu
) like so:And this did not get stuck.
(Other numbers than 407 also do not work)
System Settings
Additional context
No response
The text was updated successfully, but these errors were encountered: