Closed eyalroz closed 1 year ago
Our stream_t::enqueue_t::write_single_value() implementation implicitly casts a pointer into a CUdeviceptr, and checks for int32_t and int64_t despite the available implementations using uint32_t and uint64_t. Let's fix that.
stream_t::enqueue_t::write_single_value()
int32_t
int64_t
uint32_t
uint64_t
Our
stream_t::enqueue_t::write_single_value()
implementation implicitly casts a pointer into a CUdeviceptr, and checks forint32_t
andint64_t
despite the available implementations usinguint32_t
anduint64_t
. Let's fix that.