←back to thread

241 points fschuett | 1 comments | | HN request time: 0.203s | source
Show context
brcmthrowaway ◴[] No.45663181[source]
Does this support CUDA?
replies(1): >>45663260 #
Pannoniae ◴[] No.45663260[source]
No, this is CPU rendering only! Not even SIMD, just straightforward integer (and float) code.
replies(3): >>45663279 #>>45663867 #>>45664581 #
brcmthrowaway ◴[] No.45663279[source]
Now make it fixed point
replies(2): >>45664995 #>>45667169 #
1. avadodin ◴[] No.45664995[source]
Fixed point would be hell trying to keep track of the ranges. Maybe Posits or LNSs.