Skip to content

Add fixed-sized types to type system #30

Description

@mplegendre

Adiak currently uses int/long/unsigned long in its types. We should add the fixed-sized types:

int32_t, uint64_t, ....

We've also been asked to include the 128-bit types for future proofing.

For floating, points we could add 32-bit floats.
We might also consider the GPU-sized floating point: 8-bit, 16-bit, etc. Alternatively, should these types just be cast to float/double for the purposes of putting them into adiak?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions