Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,068
    • Issues 3,068
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 997
    • Merge requests 997
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !17220

pan/bi: Implement general 8-bit vector construction (for OpenCL)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alyssa Rosenzweig requested to merge alyssa/mesa:bi/cl-vectors into main Jun 23, 2022
  • Overview 4
  • Commits 4
  • Pipelines 6
  • Changes 3

Refactor the 16-bit vector construction code to separate the collect of separate 32-bit words from the construction of single 32-bit vectors from sub-32-bit parts. Then add a path to combine (up to 4) bytes into a 32-bit word using Valhall's MKVEC.v2i8 instruction.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bi/cl-vectors