Skip to content

Use explicit cast and correct types for write_single_value #516

Closed
@eyalroz

Description

@eyalroz

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions