Hi,
if I wire a user float value into a TexFloatOp node and set the mode to "ceil", the operation is not succesful computed. It seems as if the result is 0 in any case. Occurs with GPU RTX & CUDA.
Results are fine when switched to CPU. Other calculation modes on GPU seem to work with user floats, like product, sum, min, max, etc Also GPU calculation of "ceil" works, if I don't wire in a user float but a FloatToTex
if I wire a user float value into a TexFloatOp node and set the mode to "ceil", the operation is not succesful computed. It seems as if the result is 0 in any case. Occurs with GPU RTX & CUDA.
Results are fine when switched to CPU. Other calculation modes on GPU seem to work with user floats, like product, sum, min, max, etc Also GPU calculation of "ceil" works, if I don't wire in a user float but a FloatToTex
Comment