KhronosGroup / KhronosGroup/OpenCL-Docs

SPIR-V Environment: Storage class of variables

Open
#297 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

needs-spirv-validator SPIR-V Environment Spec
Dominant language
Python
Stars
421
Forks
132
Avg merge
5d 13h
Merged PRs (30d)
11

Description

It seems there are no rules constraining the valid storage classes for variables.

Global variables in particular should be constrained to:

  • UniformConstant when program scope variables are not supported
  • UniformConstant or CrossWorkgroup otherwise

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the SPIR-V Environment specification source in this repository; no specific file or test is named in the issue. Read the existing rules for variable storage classes and determine where global-variable constraints belong. Done means the specification clearly states the applicable storage classes for both supported and unsupported program-scope variables.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.