Skip to content

Sample coordinate computations are badly rendered in the OpenCL SPIR-V Environement Spec #1569

Description

@bricevideau-ai

Here is what the OpenCL C Spec writes for coordinate computation:

s_prime = 2.0f * rint(0.5f * s)
s_prime = fabs(s - s_prime)
u = s_prime * w_t

Here is what is in the OpenCL SPIR-V Environment spec after rendering:

Image

v and w computations are similarly affected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions