Skip to content

Support custom structure types #5

Description

@trbauer

From the CL Code

struct vec3 {
float x, y, z;
};

kernel void normalize(global vec3 *vs)
{
....
}

In call unify with record initializer.

...`foo<...>({1,2,3}:rw)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions